Added support for out edges.
[libfirm] / ir / ir / Makefile.in
index d365c56..33ac68e 100644 (file)
@@ -18,7 +18,7 @@ subdir := ir/ir
 INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h \
                irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h   \
                irgopt.h ircgcons.h ircgopt.h irreflect.h irarch.h irprintf.h \
-               pseudo_irg.h irhooks.h
+               pseudo_irg.h irhooks.h iredges.h
 
 SOURCES = $(INSTALL_HEADERS)
 
@@ -27,7 +27,7 @@ SOURCES +=    Makefile.in \
                irgwalk.c irgwalk_blk.c irdump.c irdumptxt.c irgopt.c irgopt_t.h irnode_t.h     \
                irmode.c irop.c irprog.c irflag.c irflag_t.h irgraph.c irprintf_t.h \
                irmode_t.h irop_t.h irprog_t.h ircgcons.c ircgopt.c irreflect.c irarch.c irprintf.c \
-               pseudo_irg.c irhooks.c
+               pseudo_irg.c irhooks.c iredges.c
 
 include $(topdir)/MakeRules