X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=1b9cfab00eaf63b885cd86209604c219913b828a;hb=1d7176f50bc7d5971a82977ac2baa79eef521c21;hp=d9e808755a5a23d73638d47bad0c3abea03e5710;hpb=8b4e882a1630d63bbc9840fa3f968e36b6ac3702;p=openocd.git diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index d9e808755a..1b9cfab00e 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -1,5 +1,8 @@ -INCLUDES = -I$(top_srcdir)/src/gdb -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 = $(srcdir)/Makefile.in