From 896ac8d4ef3212f80887bf009d626c5becb1240a Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Tue, 24 Nov 2009 14:59:16 -0800 Subject: allow #include directives to use module name Includes the src directory in the search path, so header files may be migrated from: #include "foo.h" to #include which is more conducive for installation. --- src/svf/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/svf') diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 4dbd57fa..10cb9671 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,4 +1,5 @@ AM_CPPFLAGS = \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/server \ -I$(top_srcdir)/src/helper \ -I$(top_srcdir)/src/jtag -- cgit v1.2.3