X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=1b9cfab00eaf63b885cd86209604c219913b828a;hb=4935709484828f9ce6e12c31957c78c6c1019d3e;hp=abc6b482b2d64bd0535b0773ddf5c13ef9e9defc;hpb=647e61cc6d9b13dd2799d2302ce9289a1627e36c;p=openocd.git diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index abc6b482b2..1b9cfab00e 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/Makefile.am @@ -1,11 +1,8 @@ -AM_CPPFLAGS = \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag +include $(top_srcdir)/common.mk METASOURCES = AUTO noinst_LTLIBRARIES = libxsvf.la noinst_HEADERS = xsvf.h libxsvf_la_SOURCES = xsvf.c -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in