X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2FMakefile.am;h=93b79f4a16c8dbe5c64dbc0b88f3e9db952d2274;hp=e3386257d4f182de665865d1ab48999bc2e532ef;hb=bcaf775fc10d88d2c63c06bafada141895318b34;hpb=e9297b40b994f071474210e7d9e224d50e25fcaf diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index e3386257d4..93b79f4a16 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,5 +1,8 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) +include $(top_srcdir)/common.mk + METASOURCES = AUTO -noinst_LIBRARIES = libpld.a +noinst_LTLIBRARIES = libpld.la noinst_HEADERS = pld.h xilinx_bit.h virtex2.h -libpld_a_SOURCES = pld.c xilinx_bit.c virtex2.c +libpld_la_SOURCES = pld.c xilinx_bit.c virtex2.c + +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in