From 84d20d9e433028125bfe36557ad54a28b97914b2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 15 Oct 2013 10:28:52 +0200 Subject: util/FifoBuffer: C++ version of the fifo_buffer library --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 064c181c2..cd83b14a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -256,6 +256,8 @@ libutil_a_SOURCES = \ src/util/Manual.hxx \ src/util/RefCount.hxx \ src/util/fifo_buffer.c src/util/fifo_buffer.h \ + src/util/FifoBuffer.hxx \ + src/util/WritableBuffer.hxx \ src/util/growing_fifo.c src/util/growing_fifo.h \ src/util/LazyRandomEngine.cxx src/util/LazyRandomEngine.hxx \ src/util/SliceBuffer.hxx \ -- cgit v1.2.3