add docu and prototype for find_value()
[libfirm] / ir / ana2 / Makefile.in
index f47b58b..6f77d04 100644 (file)
@@ -17,7 +17,7 @@ subdir := ir/ana2
 
 INSTALL_HEADERS = ecg.h irmemwalk.h lset.h typalise.h pto.h pto_comp.h \
        pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h pto_mod.h \
-       qset.h
+       qset.h gnu_ext.h
 
 SOURCES = $(INSTALL_HEADERS)
 
@@ -34,7 +34,7 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/comm
                -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \
                -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
                -I$(top_srcdir)/ir/opt   -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat \
-                -I$(top_srcdir)/ir/external -I$(topdir)/ir/config
+                -I$(top_srcdir)/ir/external -I$(topdir)/ir/config -I$(top_srcdir)/ir/arch
 
 include $(top_srcdir)/MakeTargets