X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=5fcb02c3f4287ea909d6798bfb26d011c7db52a0;hb=HEAD;hp=3a14d2087ad47525cb9c07529cfaac6f2c5bfc28;hpb=838cd58e24a18102b8a140df9fa993fe65706828;p=openocd.git diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 3a14d2087a..5fcb02c3f4 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,8 +1,4 @@ -include $(top_srcdir)/common.mk +# SPDX-License-Identifier: GPL-2.0-or-later -METASOURCES = AUTO -noinst_LTLIBRARIES = libsvf.la -noinst_HEADERS = svf.h -libsvf_la_SOURCES = svf.c - -MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +noinst_LTLIBRARIES += %D%/libsvf.la +%C%_libsvf_la_SOURCES = %D%/svf.c %D%/svf.h