removed wrong const
[libfirm] / ir / common / Makefile.in
index 4e55bf5..3cc7e62 100644 (file)
@@ -15,14 +15,14 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/common
 
-INSTALL_HEADERS := firm_common.h firm.h firmwalk.h statistics.h debug.h irtools.h
+INSTALL_HEADERS := firm_common.h firm.h firmwalk.h statistics.h debug.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 \
-       irtools.c
+       irtools.c irtools.h
 
 include $(topdir)/MakeRules