From: Michael Beck Date: Thu, 2 Dec 2004 16:18:28 +0000 (+0000) Subject: install new firm_config.h header X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=97d0ef662c79fbffb385e0464bdecfb91e9a0661;p=libfirm install new firm_config.h header [r4554] --- diff --git a/ir/common/Makefile.in b/ir/common/Makefile.in index 9d637349c..fafb335b5 100644 --- a/ir/common/Makefile.in +++ b/ir/common/Makefile.in @@ -15,7 +15,7 @@ srcdir = @srcdir@ topdir = ../.. subdir := ir/common -INSTALL_HEADERS := firm_common.h firm.h firmwalk.h statistics.h old_fctnames.h +INSTALL_HEADERS := firm_common.h firm.h firmwalk.h statistics.h old_fctnames.h firm_config.h SOURCES = $(INSTALL_HEADERS) @@ -28,7 +28,8 @@ include $(topdir)/MakeRules CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr \ -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/ir \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug \ - -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat -I$(top_srcdir)/ir/external + -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \ + -I$(top_srcdir)/ir/external include $(top_srcdir)/MakeTargets