X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=1b9cfab00eaf63b885cd86209604c219913b828a;hp=3ad3ca39b4c19457fa2e8cd18dab4213263b0cf3;hb=992059b8985cccfa19e0579ba5835f343b1179e5;hpb=93180753be73daa7bf90e02585a7192fa6960a96 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