X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=3ec4f31a0672ca0ae6a7f7c3e7fba48db33e6267;hb=3c8a0e72f38e47bfc78dc7ab44ce2ec16cfac53b;hp=01e805eb05a21e1950653d32daa0cb517a4903ad;hpb=eaf10f69de969652d03742809b9c970158b90719;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 01e805eb05..3ec4f31a06 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -1,15 +1,15 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/src/server \ - -I$(top_srcdir)/src/target \ + -I$(top_srcdir)/src \ + -I$(top_builddir)/src \ -DPKGDATADIR=\"$(pkgdatadir)\" METASOURCES = AUTO noinst_LTLIBRARIES = libhelper.la if ECOSBOARD -CONFIGFILES = +CONFIGFILES = time_support_ecos.c else -CONFIGFILES = options.c jim.c jim-eventloop.c +CONFIGFILES = options.c jim.c jim-eventloop.c time_support_common.c endif