X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=5603d53b54e64cfbc24d94181d7cbd5425b63e1c;hp=fa789d66097824db7be7e1d2089f413e43ac5c0c;hb=19f8f58c0d4d9ee618969254a368e4396657b946;hpb=c8bc0bb1aee7e7280229a6ec0c104a8fb512782f diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index fa789d6609..5603d53b54 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,5 +1,2 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) -METASOURCES = AUTO -noinst_LIBRARIES = libsvf.a -noinst_HEADERS = svf.h -libsvf_a_SOURCES = svf.c +noinst_LTLIBRARIES += %D%/libsvf.la +%C%_libsvf_la_SOURCES = %D%/svf.c %D%/svf.h