diff options
author | Max Kellermann <max@duempel.org> | 2014-11-30 10:53:05 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-30 10:53:05 +0100 |
commit | c641ca90a99bd9f7f5e62bea0b84766b948c6db3 (patch) | |
tree | b1f3cb1f57ba5c73d0386c9f3ae466fc76d4dcbe /Makefile.am | |
parent | 87c88fcb27692a21060b9824d3d14b9fa2d22e60 (diff) | |
download | mpd-c641ca90a99bd9f7f5e62bea0b84766b948c6db3.tar.gz mpd-c641ca90a99bd9f7f5e62bea0b84766b948c6db3.tar.xz mpd-c641ca90a99bd9f7f5e62bea0b84766b948c6db3.zip |
lib/icu/Collate: move code to Util.cxx
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 3e8e4897a..16cd80b9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -457,6 +457,7 @@ libicu_a_SOURCES = \ if HAVE_ICU libicu_a_SOURCES += \ + src/lib/icu/Util.cxx src/lib/icu/Util.hxx \ src/lib/icu/Init.cxx src/lib/icu/Init.hxx endif |