X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2FMakefile.am;h=467149797fa0789738f1931896d3b28f44d46325;hp=208041f1095e557d8d58797f412021842434e1db;hb=e9297b40b994f071474210e7d9e224d50e25fcaf;hpb=03e8f264f4c66baec9b86778d3488b23e0a8c0b6 diff --git a/src/Makefile.am b/src/Makefile.am index 208041f109..467149797f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,11 +4,11 @@ openocd_SOURCES = openocd.c # set the include path found by configure INCLUDES = -I$(top_srcdir)/src/helper \ -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/target -I$(top_srcdir)/src/xsvf -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/flash $(all_includes) + -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/pld $(all_includes) # the library search path. openocd_LDFLAGS = $(all_libraries) -SUBDIRS = helper jtag xsvf target server flash +SUBDIRS = helper jtag xsvf target server flash pld if IS_MINGW MINGWLDADD = -lwsock32 @@ -43,4 +43,5 @@ openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a \ $(top_builddir)/src/helper/libhelper.a \ $(top_builddir)/src/server/libserver.a $(top_builddir)/src/helper/libhelper.a \ $(top_builddir)/src/flash/libflash.a $(top_builddir)/src/target/libtarget.a \ + $(top_builddir)/src/pld/libpld.a \ $(FTDI2232LIB) $(FTD2XXLIB) $(MINGWLDADD)