aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-11 22:34:57 +0100
committerMax Kellermann <max@duempel.org>2013-11-29 22:06:04 +0100
commit6f47c1ca207965366ef1bc8143f118dbcd68da6b (patch)
tree91eca462eecb1b3388889150c2337a9595986f12 /Makefile.am
parentabeebfe0700fb170e7d33288a2b7ce5e1fa700a1 (diff)
downloadmpd-6f47c1ca207965366ef1bc8143f118dbcd68da6b.tar.gz
mpd-6f47c1ca207965366ef1bc8143f118dbcd68da6b.tar.xz
mpd-6f47c1ca207965366ef1bc8143f118dbcd68da6b.zip
util/ConstBuffer: new utility class
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 3d66de8e5..6aeb69ea3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -259,6 +259,7 @@ libutil_a_SOURCES = \
src/util/RefCount.hxx \
src/util/fifo_buffer.c src/util/fifo_buffer.h \
src/util/FifoBuffer.hxx \
+ src/util/ConstBuffer.hxx \
src/util/WritableBuffer.hxx \
src/util/growing_fifo.c src/util/growing_fifo.h \
src/util/LazyRandomEngine.cxx src/util/LazyRandomEngine.hxx \