X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=5603d53b54e64cfbc24d94181d7cbd5425b63e1c;hp=2709788f8f2b184d4d2b28887bbdcf3e0e6fc542;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=647e61cc6d9b13dd2799d2302ce9289a1627e36c diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 2709788f8f..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 = Makefile.in +noinst_LTLIBRARIES += %D%/libsvf.la +%C%_libsvf_la_SOURCES = %D%/svf.c %D%/svf.h