From 672e2c42a2b5f2aef22871fdfe691c4353866fda Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 24 Aug 2011 09:23:54 +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 c03edf0..75e77b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,7 +1,7 @@ CC = @CC@ DEFS = @DEFS@ LIBS = @LIBS@ -CFLAGS = @CFLAGS@ -c -Wall -Wmissing-prototypes +CFLAGS = @CFLAGS@ -c -Wall -Wmissing-prototypes @DEFS@ LIBTOOL = @LIBTOOL@ -- 1.7.10.4