diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 18:46:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 18:51:21 +0200 |
commit | 44a0e21795dcbd94d45ff143123f8b085754ea81 (patch) | |
tree | de7572fad77f000357c6970360cfb5319aa8a64a /Makefile.am | |
parent | fafaf567f94ed08c04bd9aca73714aa3293854bc (diff) | |
download | mpd-44a0e21795dcbd94d45ff143123f8b085754ea81.tar.gz mpd-44a0e21795dcbd94d45ff143123f8b085754ea81.tar.xz mpd-44a0e21795dcbd94d45ff143123f8b085754ea81.zip |
PcmBuffer: move code to new class ReusableBuffer
ReusableBuffer is more generic.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
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 \ |