(CFLAGS): Add $(DEFS).
authortomo <tomo>
Wed, 24 Aug 2011 09:18:05 +0000 (09:18 +0000)
committertomo <tomo>
Wed, 24 Aug 2011 09:18:05 +0000 (09:18 +0000)
Makefile.in

index 8cb5d59..8c9aa5b 100644 (file)
@@ -1,7 +1,7 @@
 CC = @CC@
 DEFS = @DEFS@
 LIBS = @LIBS@
 CC = @CC@
 DEFS = @DEFS@
 LIBS = @LIBS@
-CFLAGS = -I. @CFLAGS@ -c -Wall -Wmissing-prototypes
+CFLAGS = -I. @CFLAGS@ -c -Wall -Wmissing-prototypes $(DEFS)
 
 LIBTOOL = @LIBTOOL@
 
 
 LIBTOOL = @LIBTOOL@