src/helper: usage/help updates
[fw/openocd] / src / helper / Makefile.am
index bf8527f8b9e72072e3802a26f1e84ec69be1f207..3ec4f31a0672ca0ae6a7f7c3e7fba48db33e6267 100644 (file)
@@ -1,16 +1,15 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir)/src \
-       -I$(top_srcdir)/src/server \
-       -I$(top_srcdir)/src/target \
+       -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