X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=adc415fa7e4ac7302f6a16d423180bd722bc5d0c;hp=fa789d66097824db7be7e1d2089f413e43ac5c0c;hb=822c06d9e3983b37cd1830c594210973cb560991;hpb=c8bc0bb1aee7e7280229a6ec0c104a8fb512782f diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index fa789d6609..adc415fa7e 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,5 +1,9 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) +AM_CPPFLAGS = \ + -I$(top_srcdir)/src + METASOURCES = AUTO -noinst_LIBRARIES = libsvf.a +noinst_LTLIBRARIES = libsvf.la noinst_HEADERS = svf.h -libsvf_a_SOURCES = svf.c +libsvf_la_SOURCES = svf.c + +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in