diff options
author | Max Kellermann <max@duempel.org> | 2013-10-21 09:48:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-21 09:48:31 +0200 |
commit | 8f1ec1dfdf31d70561eb14ae89a2e6cf9291f521 (patch) | |
tree | bbbb131e9d7b092f2994e3536c156206a7b9bbaa /Makefile.am | |
parent | 222dc8a239f7578cecdcb21523052140aa1192cf (diff) | |
download | mpd-8f1ec1dfdf31d70561eb14ae89a2e6cf9291f521.tar.gz mpd-8f1ec1dfdf31d70561eb14ae89a2e6cf9291f521.tar.xz mpd-8f1ec1dfdf31d70561eb14ae89a2e6cf9291f521.zip |
util/NumberParser: utilities for parsing numbers from ASCII strings
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 36960207a..0b5d3f364 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,6 +246,7 @@ libutil_a_SOURCES = \ src/util/Domain.hxx \ src/util/ReusableArray.hxx \ src/util/ASCII.hxx \ + src/util/NumberParser.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ src/util/FormatString.cxx src/util/FormatString.hxx \ src/util/Tokenizer.cxx src/util/Tokenizer.hxx \ |