Added path to ana dir
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 22 Apr 2002 14:49:24 +0000 (14:49 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Mon, 22 Apr 2002 14:49:24 +0000 (14:49 +0000)
[r360]

ir/st/Makefile.in

index 794dd0d..4f1d12c 100644 (file)
@@ -21,7 +21,8 @@ include $(topdir)/MakeRules
 
 CPPFLAGS += -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/tr \
                        -I$(top_srcdir)/ir/ident  -I$(top_srcdir)/ir/adt \
-                       -I$(top_srcdir)/ir/ir     -I$(top_srcdir)/ir/tv
+                       -I$(top_srcdir)/ir/ir     -I$(top_srcdir)/ir/tv  \
+                       -I$(top_srcdir)/ir/ana
 
 include $(top_srcdir)/MakeTargets