mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
src/share/Makefile.am : Rejig building of win_utf8_io/libwin_utf8_io.la.
This should avoid a build error on Mac OSX where it the Mac build tools refused to build an empty library. Problem reported by Michael Guntsche <michael.guntsche@it-loops.com>.
This commit is contained in:
@@ -45,15 +45,17 @@ noinst_LTLIBRARIES = \
|
|||||||
getopt/libgetopt.la \
|
getopt/libgetopt.la \
|
||||||
grabbag/libgrabbag.la \
|
grabbag/libgrabbag.la \
|
||||||
utf8/libutf8.la \
|
utf8/libutf8.la \
|
||||||
win_utf8_io/libwin_utf8_io.la \
|
$(libwin_utf8_io) \
|
||||||
replaygain_analysis/libreplaygain_analysis.la \
|
replaygain_analysis/libreplaygain_analysis.la \
|
||||||
replaygain_synthesis/libreplaygain_synthesis.la
|
replaygain_synthesis/libreplaygain_synthesis.la
|
||||||
|
|
||||||
|
|
||||||
if OS_IS_WINDOWS
|
if OS_IS_WINDOWS
|
||||||
win_utf8_io_libwin_utf8_io_la_SOURCES = win_utf8_io/win_utf8_io.c
|
win_utf8_io_libwin_utf8_io_la_SOURCES = win_utf8_io/win_utf8_io.c
|
||||||
|
libwin_utf8_io = win_utf8_io/libwin_utf8_io.la
|
||||||
else
|
else
|
||||||
win_utf8_io_libwin_utf8_io_la_SOURCES =
|
win_utf8_io_libwin_utf8_io_la_SOURCES =
|
||||||
|
libwin_utf8_io =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user