X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fsvf%2FMakefile.am;h=73edd43f33f5821a374ec95619da4df6ec8b9ed2;hp=47ab0f2e64a0084a77d2f30bcfdcb7a15d25d202;hb=66add57aa5bae147b7996840a2287f3547b4b8ea;hpb=6cacbd9575e03c37057719a97bf260217c4e275f diff --git a/src/svf/Makefile.am b/src/svf/Makefile.am index 47ab0f2e64..73edd43f33 100644 --- a/src/svf/Makefile.am +++ b/src/svf/Makefile.am @@ -1,4 +1,8 @@ -INCLUDES = -I$(top_srcdir)/src/server -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/jtag $(all_includes) +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/server \ + -I$(top_srcdir)/src/helper \ + -I$(top_srcdir)/src/jtag + METASOURCES = AUTO noinst_LIBRARIES = libsvf.a noinst_HEADERS = svf.h