X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=e0686401e58445e608aebc20a1bc303d75ed0abd;hp=e8d9a6944887a3a7007c8bbd6b8448a07a9526a5;hb=66add57aa5bae147b7996840a2287f3547b4b8ea;hpb=6cacbd9575e03c37057719a97bf260217c4e275f;ds=sidebyside diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index e8d9a69448..e0686401e5 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,6 +1,10 @@ -INCLUDES = -I$(top_srcdir)/src $(all_includes) -I$(top_srcdir)/src/target -I$(top_srcdir)/src/server +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/server \ + -I$(top_srcdir)/src/target \ + -DPKGDATADIR=\"$(pkgdatadir)\" \ + -DPKGLIBDIR=\"$(pkglibdir)\" + METASOURCES = AUTO -AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@ noinst_LIBRARIES = libhelper.a if ECOSBOARD