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