aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-06 17:39:07 +0200
committerMax Kellermann <max@duempel.org>2014-08-06 17:39:07 +0200
commitf89da17827eefdefea56ee871e74a9da46854f4e (patch)
tree35240dbb37b89313a0622c5695cb049dc7de0d00 /Makefile.am
parentea26da0be7f4776d894874d68e468586b3be0efa (diff)
downloadmpd-f89da17827eefdefea56ee871e74a9da46854f4e.tar.gz
mpd-f89da17827eefdefea56ee871e74a9da46854f4e.tar.xz
mpd-f89da17827eefdefea56ee871e74a9da46854f4e.zip
util/DynamicFifoBuffer: move code to new base class ForeignFifoBuffer
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 cb85dd5ae..212d198cf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -373,6 +373,7 @@ libutil_a_SOURCES = \
src/util/Manual.hxx \
src/util/RefCount.hxx \
src/util/FifoBuffer.hxx \
+ src/util/ForeignFifoBuffer.hxx \
src/util/DynamicFifoBuffer.hxx \
src/util/ConstBuffer.hxx \
src/util/WritableBuffer.hxx \