added comments
[libfirm] / ir / common / Makefile.in
index 0a8cc32..885dcf3 100644 (file)
@@ -22,7 +22,7 @@ SOURCES = $(INSTALL_HEADERS)
 SOURCES += Makefile.in                                                 \
        error.c firm_common.c firm.c firmwalk.c                 \
        error.h firm_common_t.h statistics.c debug.c old_fctnames.h \
-       irtools.c irtools.h survive_dce.c survive_dce.h
+       irtools.c irtools.h
 
 include $(topdir)/MakeRules
 
@@ -31,7 +31,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/ident -I$(top_srcdir)/i
                -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/debug \
                -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \
                 -I$(top_srcdir)/ir/external -I$(top_srcdir)/ir/lower -I$(top_srcdir)/ir/arch \
-               -I$(topdir)/ir/config
+               -I$(topdir)/ir/config -I$(top_srcdir)/ir/net
 
 include $(top_srcdir)/MakeTargets