- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_add_dr_out...
[fw/openocd] / src / helper / Makefile.am
index 2214146cd5847af99bf5b8211aba46b6897ce6f0..91fe01b665a048e72d8a2702ad50b5c49b7ab608 100644 (file)
@@ -1,7 +1,8 @@
 INCLUDES = $(all_includes)
 METASOURCES = AUTO
+AM_CPPFLAGS = -DPKGDATADIR=\"$(pkgdatadir)\" -DPKGLIBDIR=\"$(pkglibdir)\" @CPPFLAGS@
 noinst_LIBRARIES = libhelper.a
-libhelper_a_SOURCES = binarybuffer.c configuration.c log.c interpreter.c command.c time_support.c \
+libhelper_a_SOURCES = binarybuffer.c configuration.c options.c log.c interpreter.c command.c time_support.c \
        replacements.c fileio.c
 noinst_HEADERS = binarybuffer.h configuration.h types.h log.h command.h \
        interpreter.h time_support.h replacements.h fileio.h