improved strength reduction
[libfirm] / ir / opt / Makefile.in
index c0b09e4..b0f295d 100644 (file)
@@ -15,12 +15,14 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ir
 
-INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h
+INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h \
+               loop_unrolling.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
-               cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c
+               cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c    \
+               loop_unrolling.c
 
 include $(topdir)/MakeRules