From c10689c2c97324de2401efb052b978e11f71001a Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 24 Aug 2011 09:18:05 +0000 Subject: [PATCH] (CFLAGS): Add $(DEFS). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8cb5d59..8c9aa5b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ CC = @CC@ DEFS = @DEFS@ LIBS = @LIBS@ -CFLAGS = -I. @CFLAGS@ -c -Wall -Wmissing-prototypes +CFLAGS = -I. @CFLAGS@ -c -Wall -Wmissing-prototypes $(DEFS) LIBTOOL = @LIBTOOL@ -- 1.7.10.4