]> git.sur5r.net Git - openocd/blobdiff - src/helper/Makefile.am
transport: fix LOG_DEBUG gaffe
[openocd] / src / helper / Makefile.am
index cca5ac3503636a9ffccac33a021fcb2b1a2a4bd6..25585a4896468309717118949694c1ac6a06bbbe 100644 (file)
@@ -1,7 +1,4 @@
-AM_CPPFLAGS = \
-       -I$(top_srcdir)/src \
-       -I$(top_builddir)/src \
-       -DPKGDATADIR=\"$(pkgdatadir)\"
+include $(top_srcdir)/common.mk
 
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libhelper.la
@@ -9,7 +6,7 @@ noinst_LTLIBRARIES = libhelper.la
 if ECOSBOARD
 CONFIGFILES = time_support_ecos.c
 else
-CONFIGFILES = options.c jim.c jim-eventloop.c time_support_common.c
+CONFIGFILES = options.c time_support_common.c
 endif
 
 
@@ -48,8 +45,6 @@ noinst_HEADERS = \
        time_support.h \
        replacements.h \
        fileio.h \
-       jim.h \
-       jim-eventloop.h \
        system.h \
        bin2char.c