added ir/ana to Makefile.in --flo
[libfirm] / ir / debug / Makefile.in
index 428356b..b4d1ae9 100644 (file)
@@ -11,12 +11,13 @@ topdir = ../..
 subdir := ir/debug
 
 
-SOURCES = Makefile.in dbginfo.c dbginfo.h
+SOURCES = Makefile.in dbginfo.c dbginfo.h debinfo.c debinfo.h
 
 include $(topdir)/MakeRules
 
 CPPFLAGS += -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/tv \
-               -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/common
+               -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/st \
+               -I$(top_srcdir)/ir/ana
 
 include $(top_srcdir)/MakeTargets