Added overflow mode for interger operations (was already implemented, but had no IF)
[libfirm] / ir / opt / Makefile.in
index 5fffdc7..682ef7f 100644 (file)
@@ -15,12 +15,12 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ir
 
-INSTALL_HEADERS = tailrec.h
+INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
-               tailrec.c
+               cfopt.c tailrec.c strength_red.c ldstopt.c
 
 include $(topdir)/MakeRules