X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2FMakefile.am;h=7f3a554231ab4e9e4d6104f8f229c67a3e4a8c2c;hp=7fab855e0d19ce2ea7d67cde2810856308ea06f4;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hpb=66add57aa5bae147b7996840a2287f3547b4b8ea diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index 7fab855e0d..7f3a554231 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,11 +1,8 @@ -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 -libpld_a_SOURCES = pld.c xilinx_bit.c virtex2.c - -MAINTAINERCLEANFILES = Makefile.in +noinst_LTLIBRARIES += %D%/libpld.la +%C%_libpld_la_SOURCES = \ + %D%/pld.c \ + %D%/xilinx_bit.c \ + %D%/virtex2.c \ + %D%/pld.h \ + %D%/xilinx_bit.h \ + %D%/virtex2.h