aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 16:26:41 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 17:12:21 +0100
commite3a2bd3a1ee935e40ba2d5a58bc3992b6ee2deab (patch)
tree2b04bdd9745699a8fca6c84f50b9ed71703a9833 /Makefile.am
parentf0be6a4b9edf193a018f0e671106616f6f8dd30c (diff)
downloadmpd-e3a2bd3a1ee935e40ba2d5a58bc3992b6ee2deab.tar.gz
mpd-e3a2bd3a1ee935e40ba2d5a58bc3992b6ee2deab.tar.xz
mpd-e3a2bd3a1ee935e40ba2d5a58bc3992b6ee2deab.zip
MusicBuffer: move code to template class SliceBuffer
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 df402b038..8130d6fc4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -347,6 +347,7 @@ endif
# Generic utility library
libutil_a_SOURCES = \
+ src/util/SliceBuffer.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 \