diff options
Diffstat (limited to 'src/xsvf')
-rw-r--r-- | src/xsvf/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index 3e2a04ee..f96331cd 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -1,5 +1,6 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/src + -I$(top_srcdir)/src \ + -I$(top_builddir)/src METASOURCES = AUTO noinst_LTLIBRARIES = libxsvf.la |