added stat subdirectory to include path
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 7 Jul 2004 09:09:20 +0000 (09:09 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Wed, 7 Jul 2004 09:09:20 +0000 (09:09 +0000)
[r3327]

ir/ana/Makefile.in

index 66c9aaf..2f032b7 100644 (file)
@@ -28,7 +28,7 @@ include $(topdir)/MakeRules
 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common  \
                -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/opt -I$(top_srcdir)/ir/stat
 
 include $(top_srcdir)/MakeTargets