aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-26 11:42:34 +0100
committerMax Kellermann <max@duempel.org>2014-01-06 18:21:45 +0100
commit0d20130d07d69bb8ac4392af8f2ed25e5ea0bbad (patch)
tree221aaaa6f4df1d0b502c9523bf05c19cb6c03fd5 /Makefile.am
parent617090cfdaf6acfdef7f2de6cd521559d07d311e (diff)
downloadmpd-0d20130d07d69bb8ac4392af8f2ed25e5ea0bbad.tar.gz
mpd-0d20130d07d69bb8ac4392af8f2ed25e5ea0bbad.tar.xz
mpd-0d20130d07d69bb8ac4392af8f2ed25e5ea0bbad.zip
util/Cast: new utility library
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 d851efad8..3541714c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -249,6 +249,7 @@ endif
libutil_a_SOURCES = \
src/util/Macros.hxx \
+ src/util/Cast.hxx \
src/util/Clamp.hxx \
src/util/Error.cxx src/util/Error.hxx \
src/util/Domain.hxx \