diff options
author | Max Kellermann <max@duempel.org> | 2013-10-19 16:58:45 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-19 17:24:21 +0200 |
commit | 5dc4cbdf82191bc29afc414ac10204bd17275d69 (patch) | |
tree | 76ad2e5c60de0e3f504a84cd1d6cff912153adbf /Makefile.am | |
parent | 1434e5a22e82b4176c24c536a91eefa183b78516 (diff) |
util/FormatString: new library to replace g_strdup_printf()
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 52ca84cc8..da7cdb00e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,6 +246,7 @@ libutil_a_SOURCES = \ src/util/Domain.hxx \ src/util/ReusableArray.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 \ src/util/UriUtil.cxx src/util/UriUtil.hxx \ src/util/Manual.hxx \ |