summaryrefslogtreecommitdiff
path: root/src/helper/Makefile.am
diff options
context:
space:
mode:
authorAntonio Borneo <borneo.antonio@gmail.com>2010-06-14 12:31:13 +0800
committerØyvind Harboe <oyvind.harboe@zylin.com>2010-06-17 07:20:42 +0200
commitb89462d7dc5f5ba7a025f891474a7506a5cd1294 (patch)
tree76c5dca60d4145ade10d176b4abc62b02145d2b5 /src/helper/Makefile.am
parent984bf158213b7cc040975c52aada4830d8d98e79 (diff)
downloadopenocd+libswd-b89462d7dc5f5ba7a025f891474a7506a5cd1294.tar.gz
openocd+libswd-b89462d7dc5f5ba7a025f891474a7506a5cd1294.tar.bz2
openocd+libswd-b89462d7dc5f5ba7a025f891474a7506a5cd1294.tar.xz
openocd+libswd-b89462d7dc5f5ba7a025f891474a7506a5cd1294.zip
helper: remove helper membuf
Helper is now unused. Can be removed. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'src/helper/Makefile.am')
-rw-r--r--src/helper/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/helper/Makefile.am b/src/helper/Makefile.am
index 3ec4f31a..27ae1e20 100644
--- a/src/helper/Makefile.am
+++ b/src/helper/Makefile.am
@@ -22,8 +22,7 @@ libhelper_la_SOURCES = \
command.c \
time_support.c \
replacements.c \
- fileio.c \
- membuf.c
+ fileio.c
if IOUTIL
libhelper_la_SOURCES += ioutil.c
@@ -44,7 +43,6 @@ noinst_HEADERS = \
types.h \
log.h \
command.h \
- membuf.h \
time_support.h \
replacements.h \
fileio.h \