From 0372d117d20a1d4df4b1e54cba4d305f6dc5e98e Mon Sep 17 00:00:00 2001 From: FIRM Projekt Account Date: Wed, 15 Mar 2006 16:44:51 +0000 Subject: [PATCH] ir/lower include dir added [r7456] --- firmjni/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmjni/Makefile.in b/firmjni/Makefile.in index 9ffe35a53..e933529af 100644 --- a/firmjni/Makefile.in +++ b/firmjni/Makefile.in @@ -51,7 +51,8 @@ CPPFLAGS += -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ -I$(top_srcdir)/ir/tv -I$(top_srcdir)/ir/debug \ -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/opt \ -I$(top_srcdir)/ir/st -I$(top_srcdir)/ir/stat \ - -I$(top_srcdir)/ir/arch -I$(topdir)/ir/config \ + -I$(top_srcdir)/ir/arch -I$(topdir)/ir/lower \ + -I$(topdir)/ir/config \ -I$(topdir) LDFLAGS += -L$(libdir) -- 2.20.1