diff options
author | Max Kellermann <max@duempel.org> | 2014-11-30 00:59:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-01 21:56:48 +0100 |
commit | bc00c38f9db4ea182b73461434adaede91298a59 (patch) | |
tree | c43ac6eae41e1190b7c41ec0ba0af61eac97e247 /Makefile.am | |
parent | 4658bd8208613bad3c987ee5083e1b6c5481f037 (diff) | |
download | mpd-bc00c38f9db4ea182b73461434adaede91298a59.tar.gz mpd-bc00c38f9db4ea182b73461434adaede91298a59.tar.xz mpd-bc00c38f9db4ea182b73461434adaede91298a59.zip |
lib/icu/Converter: add ICU-based backend
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f126efeee..c6aab247b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -465,7 +465,11 @@ libicu_a_CPPFLAGS = $(AM_CPPFLAGS) \ $(ICU_CFLAGS) ICU_LDADD = libicu.a $(ICU_LIBS) + +if HAVE_ICU +else ICU_LDADD += $(GLIB_LIBS) +endif # PCM library |