Hello,

I would like to create an if condition. But it works partially :

libmy_lib_SOURCES = source.c
if HAVE_IPP
libmy_lib_SOURCES += ipp.c
endif

when the HAVE_IPP is false, the makefile created is different than a
makefile created with only "libmy_lib_SOURCES = sources.c"

why ?


-- 
View this message in context: 
http://old.nabble.com/IF-condition-inside-Makefile.am-tp34614357p34614357.html
Sent from the Gnu - Automake - General mailing list archive at Nabble.com.


Reply via email to