aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-22 21:08:06 +0100
committerMax Kellermann <max@duempel.org>2013-12-22 21:08:06 +0100
commit86e72ffefb886f6151add595fa33028859249d59 (patch)
treeb1678609df9c9875be5510205db8c90461eeff38 /Makefile.am
parent6416198e9f57e4ea59a9bdc4deb2856c562681e6 (diff)
downloadmpd-86e72ffefb886f6151add595fa33028859249d59.tar.gz
mpd-86e72ffefb886f6151add595fa33028859249d59.tar.xz
mpd-86e72ffefb886f6151add595fa33028859249d59.zip
util/Clamp: generic Clamp() function
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 2b610a22f..78a5afeb5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -248,6 +248,7 @@ endif
libutil_a_SOURCES = \
src/util/Macros.hxx \
+ src/util/Clamp.hxx \
src/util/Error.cxx src/util/Error.hxx \
src/util/Domain.hxx \
src/util/ReusableArray.hxx \