diff options
author | Max Kellermann <max@duempel.org> | 2013-12-22 21:08:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-12-22 21:08:06 +0100 |
commit | 86e72ffefb886f6151add595fa33028859249d59 (patch) | |
tree | b1678609df9c9875be5510205db8c90461eeff38 /Makefile.am | |
parent | 6416198e9f57e4ea59a9bdc4deb2856c562681e6 (diff) | |
download | mpd-86e72ffefb886f6151add595fa33028859249d59.tar.gz mpd-86e72ffefb886f6151add595fa33028859249d59.tar.xz mpd-86e72ffefb886f6151add595fa33028859249d59.zip |
util/Clamp: generic Clamp() function
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
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 \ |