X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2FMakefile.am;h=7f3a554231ab4e9e4d6104f8f229c67a3e4a8c2c;hb=b61e454869c988e7fafc1c16982ccfec04415b51;hp=d99a89cdce662df6f6058eb5108f62c06812f2fe;hpb=896ac8d4ef3212f80887bf009d626c5becb1240a;p=openocd.git diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index d99a89cdce..7f3a554231 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,12 +1,8 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag - -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