X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=3a14d2087ad47525cb9c07529cfaac6f2c5bfc28;hb=6f65045b3791525e99d09d07b5f9d8dd5aa511e5;hp=fa789d66097824db7be7e1d2089f413e43ac5c0c;hpb=c8bc0bb1aee7e7280229a6ec0c104a8fb512782f;p=fw%2Fopenocd diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index fa789d660..3a14d2087 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,5 +1,8 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) +include $(top_srcdir)/common.mk + 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