X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=61e6fb9200ef14861e16485ae748f72f5e167bdf;hp=fd9f8c3f7960c426c94c259f7e36b2c2e6329f8e;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=7556a93aed97c3fad2c0a904a115168cd3dd61a8;ds=sidebyside diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index fd9f8c3f79..61e6fb9200 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -1,12 +1,2 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/svf \ - -I$(top_srcdir)/src/jtag - -METASOURCES = AUTO -noinst_LTLIBRARIES = libxsvf.la -noinst_HEADERS = xsvf.h -libxsvf_la_SOURCES = xsvf.c - -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +noinst_LTLIBRARIES += %D%/libxsvf.la +%C%_libxsvf_la_SOURCES = %D%/xsvf.c %D%/xsvf.h