Purge FLAC__STRINGS_IN_UTF8 from VC project files.
[platform/upstream/flac.git] / src / share / Makefile.am
index 8c32588..bb66122 100644 (file)
@@ -45,10 +45,18 @@ noinst_LTLIBRARIES = \
        getopt/libgetopt.la \
        grabbag/libgrabbag.la \
        utf8/libutf8.la \
+       win_utf8_io/libwin_utf8_io.la \
        replaygain_analysis/libreplaygain_analysis.la \
        replaygain_synthesis/libreplaygain_synthesis.la
 
 
+if OS_IS_WINDOWS
+win_utf8_io_libwin_utf8_io_la_SOURCES =        win_utf8_io/win_utf8_io.c
+else
+win_utf8_io_libwin_utf8_io_la_SOURCES =
+endif
+
+
 getopt_libgetopt_la_SOURCES = getopt/getopt.c getopt/getopt1.c
 
 grabbag_libgrabbag_la_SOURCES = \
@@ -64,8 +72,7 @@ utf8_libutf8_la_SOURCES = \
        utf8/charset.c \
        utf8/charset.h \
        utf8/iconvert.c \
-       utf8/utf8.c \
-       win_utf8_io/win_utf8_io.c
+       utf8/utf8.c
 
 replaygain_analysis_libreplaygain_analysis_la_SOURCES = replaygain_analysis/replaygain_analysis.c