aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 18:46:58 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 18:51:21 +0200
commit44a0e21795dcbd94d45ff143123f8b085754ea81 (patch)
treede7572fad77f000357c6970360cfb5319aa8a64a /Makefile.am
parentfafaf567f94ed08c04bd9aca73714aa3293854bc (diff)
downloadmpd-44a0e21795dcbd94d45ff143123f8b085754ea81.tar.gz
mpd-44a0e21795dcbd94d45ff143123f8b085754ea81.tar.xz
mpd-44a0e21795dcbd94d45ff143123f8b085754ea81.zip
PcmBuffer: move code to new class ReusableBuffer
ReusableBuffer is more generic.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ffe1d8e42..00e9f6db5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -261,6 +261,7 @@ endif
# Generic utility library
libutil_a_SOURCES = \
+ src/util/ReusableArray.hxx \
src/util/AllocatedArray.hxx \
src/util/StringUtil.cxx src/util/StringUtil.hxx \
src/util/Tokenizer.cxx src/util/Tokenizer.hxx \