aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-31 00:08:14 +0100
committerMax Kellermann <max@duempel.org>2013-10-31 00:08:14 +0100
commitff9b717bf621d5822e4a6dd489998cc359b03692 (patch)
treed3fecb15eebaa970ef115dc28c26fee4da79bcda /Makefile.am
parent8c834a4ff646ba97a397abb8b7f2ab32224b7244 (diff)
downloadmpd-ff9b717bf621d5822e4a6dd489998cc359b03692.tar.gz
mpd-ff9b717bf621d5822e4a6dd489998cc359b03692.tar.xz
mpd-ff9b717bf621d5822e4a6dd489998cc359b03692.zip
Makefile.am: add missing header file
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 2852ec1e0..0572be240 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -249,6 +249,7 @@ libutil_a_SOURCES = \
src/util/Domain.hxx \
src/util/ReusableArray.hxx \
src/util/ASCII.hxx \
+ src/util/CharUtil.hxx \
src/util/NumberParser.hxx \
src/util/StringUtil.cxx src/util/StringUtil.hxx \
src/util/FormatString.cxx src/util/FormatString.hxx \