mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-15 21:45:54 +01:00
wrlib: Use a Conditional for GIF in the makefile instead of #if in source
The use of the conditionals provided by autotools provides a better result as they avoid unnecessary compilation. Signed-off-by: Christophe CURIS <christophe.curis@free.fr> Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
committed by
Carlos R. Mafra
parent
f892ce4d37
commit
7831acebe3
@@ -40,9 +40,11 @@ libwraster_la_SOURCES = \
|
||||
ppm.c \
|
||||
png.c \
|
||||
jpeg.c \
|
||||
tiff.c \
|
||||
gif.c
|
||||
tiff.c
|
||||
|
||||
if USE_GIF
|
||||
libwraster_la_SOURCES += gif.c
|
||||
endif
|
||||
|
||||
LTCOMPILE2=`echo $(LTCOMPILE) | sed -e s/-fomit-frame-pointer//`
|
||||
COMPILE2=`echo $(COMPILE) | sed -e s/-fomit-frame-pointer//`
|
||||
|
||||
Reference in New Issue
Block a user