aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-15 01:12:08 +0100
committerMax Kellermann <max@duempel.org>2013-01-15 10:59:28 +0100
commit3e035279300d1ac238f2f063e5ca5f478923d7cb (patch)
treeac49f4cbcf26317ac6836c1d77966287815eaf1f /Makefile.am
parent4fa724461e558561402b05bd4eadf8c7b6874556 (diff)
downloadmpd-3e035279300d1ac238f2f063e5ca5f478923d7cb.tar.gz
mpd-3e035279300d1ac238f2f063e5ca5f478923d7cb.tar.xz
mpd-3e035279300d1ac238f2f063e5ca5f478923d7cb.zip
Client: move output buffer code to new class PeakBuffer
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 ffb927e2c..5f6ce85c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -346,6 +346,7 @@ libutil_a_SOURCES = \
src/util/LazyRandomEngine.cxx src/util/LazyRandomEngine.hxx \
src/util/SliceBuffer.hxx \
src/util/HugeAllocator.cxx src/util/HugeAllocator.hxx \
+ src/util/PeakBuffer.cxx src/util/PeakBuffer.hxx \
src/util/list.h \
src/util/list_sort.c src/util/list_sort.h \
src/util/byte_reverse.c src/util/byte_reverse.h \