diff options
author | Max Kellermann <max@duempel.org> | 2014-10-10 20:42:32 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-10 22:11:38 +0200 |
commit | d5cf41e0431db4fd7d28848899015d8b9225eb45 (patch) | |
tree | 53068794a2b99f378dd55bcf9ee295f52682b515 /Makefile.am | |
parent | b7a1954c335b2324878c5c30b47828b092ed96c2 (diff) |
util/UTF8: new library
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e263f9c61..96c387f21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -366,6 +366,7 @@ libutil_a_SOURCES = \ src/util/Domain.hxx \ src/util/ReusableArray.hxx \ src/util/ASCII.hxx \ + src/util/UTF8.cxx src/util/UTF8.hxx \ src/util/CharUtil.hxx \ src/util/NumberParser.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ |