X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=cca5ac3503636a9ffccac33a021fcb2b1a2a4bd6;hb=50d5441e2a615fb2c44b41a777e4373901f7a2e6;hp=244ada7cd80564500d46e7ed04712c1bb4ad4377;hpb=eb1bc657ae10f9e21304e068ca17dc0231a9b9c0;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 244ada7cd8..cca5ac3503 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -7,9 +7,9 @@ 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 @@ -23,7 +23,7 @@ libhelper_la_SOURCES = \ time_support.c \ replacements.c \ fileio.c \ - membuf.c + util.c if IOUTIL libhelper_la_SOURCES += ioutil.c @@ -41,10 +41,10 @@ noinst_HEADERS = \ binarybuffer.h \ configuration.h \ ioutil.h \ + util.h \ types.h \ log.h \ command.h \ - membuf.h \ time_support.h \ replacements.h \ fileio.h \