X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhelper%2FMakefile.am;h=cca5ac3503636a9ffccac33a021fcb2b1a2a4bd6;hb=50d5441e2a615fb2c44b41a777e4373901f7a2e6;hp=3ec4f31a0672ca0ae6a7f7c3e7fba48db33e6267;hpb=c8b8a34bb5e98660c4ce3683fb64af31b494d55c;p=openocd.git diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am index 3ec4f31a06..cca5ac3503 100644 --- a/src/helper/Makefile.am +++ b/src/helper/Makefile.am @@ -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 \