summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-01-07 22:11:45 +0100
committerMax Kellermann <max@musicpd.org>2017-01-07 22:11:45 +0100
commit42acf78b09676543ff7033b48d7e4649b3f4607a (patch)
tree2f06b2e6f78197e42664dc10fa3e7cb124d5f3c0 /Makefile.am
parent3aa9f8af184bd9b4a8c187f4d11828e87955cd5f (diff)
util/TimeParser: wrapper for strptime()
Move code from SongFilter.cxx.
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 f381ef23a..de02ebaa2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -429,6 +429,7 @@ libutil_a_SOURCES = \
src/util/FormatString.cxx src/util/FormatString.hxx \
src/util/Tokenizer.cxx src/util/Tokenizer.hxx \
src/util/TextFile.hxx \
+ src/util/TimeParser.cxx src/util/TimeParser.hxx \
src/util/UriUtil.cxx src/util/UriUtil.hxx \
src/util/Manual.hxx \
src/util/RefCount.hxx \