use libcore CFLAGS
authorMatthias Braun <matze@braunis.de>
Sun, 6 May 2007 14:08:50 +0000 (14:08 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 6 May 2007 14:08:50 +0000 (14:08 +0000)
[r13671]

MakeRules.in

index 3fcfeef..c3a95c8 100644 (file)
@@ -16,7 +16,7 @@ LIBFIRM_VERSION = @PACKAGE_VERSION@
 
 CC = @CC@
 CFLAGS := -Wall -Wstrict-prototypes @CFLAGS@
-CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@
+CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ @LIBCORE_CFLAGS@
 prefix?=@prefix@
 exec_prefix?=@exec_prefix@
 includedir?=@includedir@