X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=1b9cfab00eaf63b885cd86209604c219913b828a;hb=d18807e7bc43228e214563ba15fd7b24acb2f8f3;hp=bd1b8fa1c4719196535cf94e3eb7ec5222e30a10;hpb=82d2633b5f550115e9e7c7d0520babb6680aa38f;p=fw%2Fopenocd diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index bd1b8fa1c..1b9cfab00 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -1,5 +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 = $(srcdir)/Makefile.in