diff options
author | Max Kellermann <max@duempel.org> | 2014-08-06 17:39:07 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-06 17:39:07 +0200 |
commit | f89da17827eefdefea56ee871e74a9da46854f4e (patch) | |
tree | 35240dbb37b89313a0622c5695cb049dc7de0d00 /Makefile.am | |
parent | ea26da0be7f4776d894874d68e468586b3be0efa (diff) |
util/DynamicFifoBuffer: move code to new base class ForeignFifoBuffer
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 \ |