removed wrong INLINE
[libfirm] / ir / adt / Makefile.in
index 56f9218..912e45d 100644 (file)
@@ -16,10 +16,11 @@ 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
 
-SOURCES = Makefile.in                                                  \
-       array.c array.h cookies.h host.h obst.h pdeq.c pdeq.h pset.h    \
-       set.c set.h pmap.h pmap.c eset.h eset.c iterator.c iterator.h xmalloc.h
+SOURCES = Makefile.in                          \
+       array.c obst.h pdeq.c   \
+       set.c pmap.c eset.c iterator.c xmalloc.h
 
 ifeq ($(disable_libiberty),no)
 SOURCES += xmalloc.c
@@ -27,7 +28,7 @@ endif
 
 include $(topdir)/MakeRules
 
-CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug
+CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/debug -I$(topdir)/ir/config
 OFILES += pset.o
 
 include $(top_srcdir)/MakeTargets