diff options
Diffstat (limited to 'src/svf/Makefile.am')
-rw-r--r-- | src/svf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index adc415f..398f967 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 |