diff options
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 7ea92f1ba..a33fa39b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -378,6 +378,7 @@ libutil_a_SOURCES = \ src/util/CharUtil.hxx \ src/util/NumberParser.hxx \ src/util/StringUtil.cxx src/util/StringUtil.hxx \ + src/util/WStringUtil.cxx src/util/WStringUtil.hxx \ src/util/StringAPI.hxx \ src/util/WStringAPI.hxx \ src/util/DivideString.cxx src/util/DivideString.hxx \ |