Adapted linux kernel list implementation for use in Firm.
[libfirm] / ir / opt / Makefile.in
index 682ef7f..90e0638 100644 (file)
@@ -15,12 +15,12 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ir
 
-INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h
+INSTALL_HEADERS = cfopt.h tailrec.h ldstopt.h strength_red.h reassoc.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES +=     Makefile.in \
-               cfopt.c tailrec.c strength_red.c ldstopt.c
+               cfopt.c tailrec.c strength_red.c ldstopt.c reassoc.c
 
 include $(topdir)/MakeRules