diff options
Diffstat (limited to 'src/pld')
-rw-r--r-- | src/pld/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index 3993622e..93b79f4a 100644 --- a/src/pld/Makefile.am +++ b/src/pld/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 = libpld.la |