Fixed 'inline' lossage --flo
[libfirm] / ir / ir / Makefile.in
index a02c975..bb336a4 100644 (file)
@@ -24,15 +24,16 @@ SOURCES = $(INSTALL_HEADERS)
 SOURCES +=     Makefile.in \
                ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \
                irgwalk.c irdump.c irgopt.c irnode_t.h iropt_t.h        \
-               irmode.c irop.c irprog.c irflag.c irgraph.c irmode_t.h  \
-               irop_t.h irprog_t.h ircgcons.c ircgopt.c
+               irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c \
+               irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c
 
 
 include $(topdir)/MakeRules
 
 CPPFLAGS +=    -I$(top_srcdir)/ir/adt   -I$(top_srcdir)/ir/ir  -I$(top_srcdir)/ir/common  \
                -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr  -I$(top_srcdir)/ir/tv \
-               -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st
+               -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
+               -I$(top_srcdir)/ir/stat
 
 include $(top_srcdir)/MakeTargets