X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fpld%2FMakefile.am;h=93b79f4a16c8dbe5c64dbc0b88f3e9db952d2274;hb=d2ddb53f7d3c6c5c3be1f6b41a796033599b1880;hp=e3386257d4f182de665865d1ab48999bc2e532ef;hpb=e9297b40b994f071474210e7d9e224d50e25fcaf;p=fw%2Fopenocd diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index e3386257d..93b79f4a1 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