Added itrools, a (currently small) collection of often used helper functions
[libfirm] / ir / common / Makefile.in
index 761cd1c..4e55bf5 100644 (file)
@@ -15,13 +15,14 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/common
 
-INSTALL_HEADERS := firm_common.h firm.h firmwalk.h statistics.h debug.h
+INSTALL_HEADERS := firm_common.h firm.h firmwalk.h statistics.h debug.h irtools.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES += Makefile.in                                                 \
        panic.c firm_common.c firm.c firmwalk.c                 \
-       panic.h firm_common_t.h statistics.c debug.c old_fctnames.h
+       panic.h firm_common_t.h statistics.c debug.c old_fctnames.h \
+       irtools.c
 
 include $(topdir)/MakeRules