X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=61e6fb9200ef14861e16485ae748f72f5e167bdf;hp=3553a7af596b2548302b2d34d837c3bf91b10281;hb=5be455a710c57bbbbd49c2d671b42098db7be5dc;hpb=66add57aa5bae147b7996840a2287f3547b4b8ea diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index 3553a7af59..61e6fb9200 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/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_LIBRARIES = libxsvf.a -noinst_HEADERS = xsvf.h -libxsvf_a_SOURCES = xsvf.c - -MAINTAINERCLEANFILES = Makefile.in +noinst_LTLIBRARIES += %D%/libxsvf.la +%C%_libxsvf_la_SOURCES = %D%/xsvf.c %D%/xsvf.h