Bugfix
[libfirm] / ir / tr / Makefile.in
index 5beecba..490c985 100644 (file)
@@ -10,13 +10,14 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/tr
 
-INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h typegmod.h
+INSTALL_HEADERS = entity.h mangle.h tpop.h type.h typewalk.h type_or_entity.h  \
+       typegmod.h trvrfy.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES += Makefile.in \
                entity.c entity_t.h mangle.c tpop.c tpop_t.h type.c type_t.h    \
-               typewalk.c typegmod.c typegmod_t.h
+               typewalk.c typegmod.c typegmod_t.h trvrfy.h trvrfy.c
 
 
 include $(topdir)/MakeRules