X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=4dbd57fad44f4839234674219c751d13733536bc;hb=7556a93aed97c3fad2c0a904a115168cd3dd61a8;hp=fa789d66097824db7be7e1d2089f413e43ac5c0c;hpb=c8bc0bb1aee7e7280229a6ec0c104a8fb512782f;p=openocd.git diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index fa789d6609..4dbd57fad4 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,5 +1,11 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/server \ + -I$(top_srcdir)/src/helper \ + -I$(top_srcdir)/src/jtag + 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