X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsvf%2FMakefile.am;h=398f9676d61b89f43ff5ada368666ca64e443893;hb=9f26aff39c047d813047b4f4bae1f5de3cfc56b1;hp=73edd43f33f5821a374ec95619da4df6ec8b9ed2;hpb=66add57aa5bae147b7996840a2287f3547b4b8ea;p=openocd diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 73edd43f..398f9676 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,11 +1,10 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/helper \ - -I$(top_srcdir)/src/jtag + -I$(top_srcdir)/src \ + -I$(top_builddir)/src METASOURCES = AUTO -noinst_LIBRARIES = libsvf.a +noinst_LTLIBRARIES = libsvf.la noinst_HEADERS = svf.h -libsvf_a_SOURCES = svf.c +libsvf_la_SOURCES = svf.c -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in