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