used new new_type_frame() to generate frame types
[libfirm] / ir / adt / Makefile.in
index 35f03e9..51c7153 100644 (file)
@@ -16,11 +16,12 @@ topdir = ../..
 subdir := ir/adt
 disable_libiberty := @disable_libiberty@
 
-INSTALL_HEADERS_ADT = pset.h set.h pmap.h eset.h hashptr.h array.h pdeq.h iterator.h align.h fourcc.h offset.h
+INSTALL_HEADERS_ADT = pset.h set.h pmap.h eset.h hashptr.h array.h pdeq.h iterator.h align.h fourcc.h util.h plist.h
 
 SOURCES = Makefile.in                          \
        array.c obst.h pdeq.c   \
-       set.c pmap.c eset.c iterator.c xmalloc.h
+       set.c pmap.c eset.c iterator.c xmalloc.h \
+       plist.c
 
 ifeq ($(disable_libiberty),no)
 SOURCES += xmalloc.c