X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=MakeRules.in;h=012fe89598ab08f5cdb29e8fcadd4c5575fabc82;hb=d07ab4ef5adc0562896e36f55fd30b69129e97b5;hp=3fcfeef589acaf0cecef15682662338a7d5ec6a6;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/MakeRules.in b/MakeRules.in index 3fcfeef58..012fe8959 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -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$(top_srcdir)/include/libfirm -I$(top_srcdir)/include/libfirm/adt -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ @LIBCORE_CFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@ includedir?=@includedir@