Added Goetz' proposal to replace loads of constant entities by their constants
[libfirm] / ir / tr / Makefile.in
index eaca6a8..1b2d1cc 100644 (file)
@@ -29,7 +29,8 @@ include $(topdir)/MakeRules
 
 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/adt \
            -I$(top_srcdir)/ir/debug  -I$(top_srcdir)/ir/ir    -I$(top_srcdir)/ir/tv  \
-           -I$(top_srcdir)/ir/st     -I$(top_srcdir)/ir/ana   -I$(top_srcdir)/ir/opt
+           -I$(top_srcdir)/ir/st     -I$(top_srcdir)/ir/ana   -I$(top_srcdir)/ir/opt \
+           -I$(top_srcdir)/ir/stat
 
 include $(top_srcdir)/MakeTargets