X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=abc6b482b2d64bd0535b0773ddf5c13ef9e9defc;hp=3553a7af596b2548302b2d34d837c3bf91b10281;hb=647e61cc6d9b13dd2799d2302ce9289a1627e36c;hpb=104580e0bfb5aa2f79bc6c4c96935a8832f5f787;ds=sidebyside diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index 3553a7af59..abc6b482b2 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -4,8 +4,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/jtag METASOURCES = AUTO -noinst_LIBRARIES = libxsvf.a +noinst_LTLIBRARIES = libxsvf.la noinst_HEADERS = xsvf.h -libxsvf_a_SOURCES = xsvf.c +libxsvf_la_SOURCES = xsvf.c MAINTAINERCLEANFILES = Makefile.in