fix jtag_add_callback() args. The first argument is nothing special, it's just anothe...
[fw/openocd] / src / pld / Makefile.am
index e3386257d4f182de665865d1ab48999bc2e532ef..06d4fc4d63f3b2deddb63ba8b59286e2584f5d46 100644 (file)
@@ -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_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