aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-06 08:35:02 +0200
committerMax Kellermann <max@duempel.org>2013-08-06 09:13:28 +0200
commit3f04a4d635bf217126298df5e1c2d95bce94f764 (patch)
tree97c5a9fc980887216271c6159c3d4219f0d6bf45 /Makefile.am
parent17c8e839b6eedf2ab02543bca5500e97c82c457d (diff)
downloadmpd-3f04a4d635bf217126298df5e1c2d95bce94f764.tar.gz
mpd-3f04a4d635bf217126298df5e1c2d95bce94f764.tar.xz
mpd-3f04a4d635bf217126298df5e1c2d95bce94f764.zip
encoder/lame: dynamic output buffer
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 5f0291d7e..4df940cb6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -268,6 +268,7 @@ endif
# Generic utility library
libutil_a_SOURCES = \
+ src/util/AllocatedArray.hxx \
src/util/StringUtil.cxx src/util/StringUtil.hxx \
src/util/Tokenizer.cxx src/util/Tokenizer.hxx \
src/util/UriUtil.cxx src/util/UriUtil.hxx \