]> git.sur5r.net Git - openocd/blobdiff - src/helper/Makefile.am
gdb_server: fix memory leaks in users of get_reg_features_list()
[openocd] / src / helper / Makefile.am
index c9479b43edb18aba62a6f098f952e75d63059262..215bbaed5fbe72bc4efe0d7dcb6d59b791f5d835 100644 (file)
@@ -3,13 +3,9 @@ include $(top_srcdir)/common.mk
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libhelper.la
 
-if ECOSBOARD
-CONFIGFILES = time_support_ecos.c
-else
 CONFIGFILES = options.c time_support_common.c
-endif
-
 
+libhelper_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBUSB1_CFLAGS)
 
 libhelper_la_SOURCES = \
        binarybuffer.c \
@@ -39,6 +35,7 @@ noinst_HEADERS = \
        binarybuffer.h \
        configuration.h \
        ioutil.h \
+       list.h \
        util.h \
        types.h \
        log.h \