X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fpld%2FMakefile.am;h=7f3a554231ab4e9e4d6104f8f229c67a3e4a8c2c;hb=97afb8b37229d6a140aaa81a3c71122e5d862296;hp=a6584e80a56a557ead1abff144c4562af2f2d27e;hpb=93180753be73daa7bf90e02585a7192fa6960a96;p=openocd.git diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index a6584e80a5..7f3a554231 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,7 +1,8 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) -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