X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=5603d53b54e64cfbc24d94181d7cbd5425b63e1c;hb=96903e6df43e2bc967267e034edf15a7c274d044;hp=4dbd57fad44f4839234674219c751d13733536bc;hpb=00228aa8398fd7dde1271af424fab1cb470c5f43;p=openocd.git diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 4dbd57fad4..5603d53b54 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,11 +1,2 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag - -METASOURCES = AUTO -noinst_LTLIBRARIES = libsvf.la -noinst_HEADERS = svf.h -libsvf_la_SOURCES = svf.c - -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +noinst_LTLIBRARIES += %D%/libsvf.la +%C%_libsvf_la_SOURCES = %D%/svf.c %D%/svf.h