X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fxsvf%2FMakefile.am;h=3553a7af596b2548302b2d34d837c3bf91b10281;hp=3ad3ca39b4c19457fa2e8cd18dab4213263b0cf3;hb=66add57aa5bae147b7996840a2287f3547b4b8ea;hpb=6cacbd9575e03c37057719a97bf260217c4e275f diff --git a/src/xsvf/Makefile.am b/src/xsvf/Makefile.am index 3ad3ca39b4..3553a7af59 100644 --- a/src/xsvf/Makefile.am +++ b/src/xsvf/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 = libxsvf.a noinst_HEADERS = xsvf.h