diff options
Diffstat (limited to 'src/svf')
-rw-r--r-- | src/svf/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 398f9676..3a14d208 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,6 +1,4 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src +include $(top_srcdir)/common.mk METASOURCES = AUTO noinst_LTLIBRARIES = libsvf.la |