From 33fc3af775ca35ae343a4e50de36e8853cabb86d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 23 Feb 2014 19:27:08 +0100 Subject: SongSort, ...: use libicu instead of GLib's g_utf8_*() --- Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index c02ca7ce7..aa52c68ef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ noinst_LIBRARIES = \ libthread.a \ libsystem.a \ libevent.a \ + libicu.a \ libpcm.a \ libconf.a \ libtag.a \ @@ -56,6 +57,7 @@ src_mpd_LDADD = \ libevent.a \ libthread.a \ libsystem.a \ + $(ICU_LDADD) \ libutil.a \ libfs.a \ $(SYSTEMD_DAEMON_LIBS) \ @@ -410,6 +412,14 @@ libevent_a_SOURCES = \ src/event/Call.hxx src/event/Call.cxx \ src/event/Loop.cxx src/event/Loop.hxx +# UTF-8 library + +libicu_a_SOURCES = \ + src/lib/icu/Collate.cxx src/lib/icu/Collate.hxx \ + src/lib/icu/Error.cxx src/lib/icu/Error.hxx + +ICU_LDADD = libicu.a $(ICU_LIBS) + # PCM library libpcm_a_SOURCES = \ @@ -1426,6 +1436,7 @@ test_DumpDatabase_LDADD = \ libevent.a \ libsystem.a \ libfs.a \ + $(ICU_LDADD) \ $(GLIB_LIBS) test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \ src/protocol/Ack.cxx \ -- cgit v1.2.3