replaced variable args macros by functions to make it c89 compatible
[libfirm] / ir / ana / Makefile.in
index 0f7c419..beaa832 100644 (file)
@@ -15,13 +15,13 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ana
 
-INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h
+INSTALL_HEADERS = irouts.h irdom.h cgana.h irloop.h irtypeinfo.h irsimpletype.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES += Makefile.in \
                irouts.c irdom_t.h irdom.c  cgana.c     \
-               irloop_t.h irbackedge.c irbackedge_t.h irscc.c
+               irloop_t.h irbackedge.c irbackedge_t.h irscc.c irtypeinfo.c irsimpletype.c
 
 include $(topdir)/MakeRules