X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2FMakefile.am;h=7f3a554231ab4e9e4d6104f8f229c67a3e4a8c2c;hp=3993622e6c1a2a779e5dcaed001e2d8c30faa2d4;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=eb1bc657ae10f9e21304e068ca17dc0231a9b9c0 diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index 3993622e6c..7f3a554231 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,10 +1,8 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_builddir)/src - -METASOURCES = AUTO -noinst_LTLIBRARIES = libpld.la -noinst_HEADERS = pld.h xilinx_bit.h virtex2.h -libpld_la_SOURCES = pld.c xilinx_bit.c virtex2.c - -MAINTAINERCLEANFILES = $(srcdir)/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