X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=2709788f8f2b184d4d2b28887bbdcf3e0e6fc542;hp=73edd43f33f5821a374ec95619da4df6ec8b9ed2;hb=647e61cc6d9b13dd2799d2302ce9289a1627e36c;hpb=104580e0bfb5aa2f79bc6c4c96935a8832f5f787 diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 73edd43f33..2709788f8f 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