X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fpld%2FMakefile.am;h=7fab855e0d19ce2ea7d67cde2810856308ea06f4;hp=e3386257d4f182de665865d1ab48999bc2e532ef;hb=66add57aa5bae147b7996840a2287f3547b4b8ea;hpb=e9297b40b994f071474210e7d9e224d50e25fcaf diff --git a/src/pld/Makefile.am b/src/pld/Makefile.am index e3386257d4..7fab855e0d 100644 --- a/src/pld/Makefile.am +++ b/src/pld/Makefile.am @@ -1,5 +1,11 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/server \ + -I$(top_srcdir)/src/helper \ + -I$(top_srcdir)/src/jtag + 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