mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Change order of flac_LDADD libs so it works with mingw.
This commit is contained in:
@@ -46,11 +46,11 @@ flac_SOURCES = \
|
||||
vorbiscomment.h
|
||||
|
||||
flac_LDADD = \
|
||||
$(top_builddir)/src/share/utf8/libutf8.la \
|
||||
$(top_builddir)/src/share/grabbag/libgrabbag.la \
|
||||
$(top_builddir)/src/share/getopt/libgetopt.a \
|
||||
$(top_builddir)/src/share/replaygain_analysis/libreplaygain_analysis.la \
|
||||
$(top_builddir)/src/share/replaygain_synthesis/libreplaygain_synthesis.la \
|
||||
$(top_builddir)/src/share/utf8/libutf8.la \
|
||||
$(top_builddir)/src/libFLAC/libFLAC.la \
|
||||
@OGG_LIBS@ \
|
||||
@LIBICONV@ \
|
||||
|
||||
Reference in New Issue
Block a user