diff options
author | Max Kellermann <max@duempel.org> | 2015-06-23 12:47:35 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-23 13:20:11 +0200 |
commit | aecfcaa8a2b646f6a2503ba5b2b647c89d53e405 (patch) | |
tree | f31092206740253f6a84e66df1bd2c2a71ec3660 /Makefile.am | |
parent | 61a3028788186c36708234b03a8eca8d5e009515 (diff) | |
download | mpd-aecfcaa8a2b646f6a2503ba5b2b647c89d53e405.tar.gz mpd-aecfcaa8a2b646f6a2503ba5b2b647c89d53e405.tar.xz mpd-aecfcaa8a2b646f6a2503ba5b2b647c89d53e405.zip |
lib/icu/Win32: wrappers for WideCharToMultiByte(), MultiByteToWideChar()
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index aaa480b6d..cae777814 100644 --- a/Makefile.am +++ b/Makefile.am @@ -479,6 +479,11 @@ libicu_a_SOURCES += \ src/lib/icu/Init.cxx src/lib/icu/Init.hxx endif +if HAVE_WINDOWS +libicu_a_SOURCES += \ + src/lib/icu/Win32.cxx src/lib/icu/Win32.hxx +endif + libicu_a_CPPFLAGS = $(AM_CPPFLAGS) \ $(ICU_CFLAGS) |