From eb1bc657ae10f9e21304e068ca17dc0231a9b9c0 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Sat, 5 Dec 2009 10:50:59 +0100 Subject: build: add build/src to include path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows including generated include files. Signed-off-by: Øyvind Harboe --- src/svf/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/svf') diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index adc415fa..398f9676 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/src + -I$(top_srcdir)/src \ + -I$(top_builddir)/src METASOURCES = AUTO noinst_LTLIBRARIES = libsvf.la -- cgit v1.2.3