X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=1b9cfab00eaf63b885cd86209604c219913b828a;hb=33a17fd35995a7f679f92600055a8f55ae380022;hp=3ad3ca39b4c19457fa2e8cd18dab4213263b0cf3;hpb=93180753be73daa7bf90e02585a7192fa6960a96;p=openocd.git diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index 3ad3ca39b4..1b9cfab00e 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -1,7 +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 = libxsvf.a +noinst_LTLIBRARIES = libxsvf.la noinst_HEADERS = xsvf.h -libxsvf_a_SOURCES = xsvf.c +libxsvf_la_SOURCES = xsvf.c -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in