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