diff options
Diffstat (limited to 'src/pld')
-rw-r--r-- | src/pld/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index a6584e80..7fab855e 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,4 +1,8 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/server \ + -I$(top_srcdir)/src/helper \ + -I$(top_srcdir)/src/jtag + METASOURCES = AUTO noinst_LIBRARIES = libpld.a noinst_HEADERS = pld.h xilinx_bit.h virtex2.h |