X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=3a14d2087ad47525cb9c07529cfaac6f2c5bfc28;hb=6b811d2701cb0be6efdd1f3cb621561ba68a01b0;hp=73edd43f33f5821a374ec95619da4df6ec8b9ed2;hpb=66add57aa5bae147b7996840a2287f3547b4b8ea;p=fw%2Fopenocd diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 73edd43f3..3a14d2087 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,11 +1,8 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag +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 = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in