X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=4dbd57fad44f4839234674219c751d13733536bc;hb=aa7c449600d6f6d634f587de6091421a1a877af5;hp=73edd43f33f5821a374ec95619da4df6ec8b9ed2;hpb=66add57aa5bae147b7996840a2287f3547b4b8ea;p=openocd.git diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 73edd43f33..4dbd57fad4 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -4,8 +4,8 @@ AM_CPPFLAGS = \ -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 = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in