summaryrefslogtreecommitdiff
path: root/src/flac/Makefile.am
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2012-07-04 20:05:11 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-07-04 20:05:11 +1000
commita9f3bc8eed8ea119f117fdce0d9f01f8553d54ee (patch)
treed4ebe68e1607ce7e5ee99269f7e14abf7eefba29 /src/flac/Makefile.am
parent4ef5bfbc561fb455df9ef1ec57d5435563afba4c (diff)
downloadflac-a9f3bc8eed8ea119f117fdce0d9f01f8553d54ee.tar.gz
Change order of flac_LDADD libs so it works with mingw.
Diffstat (limited to 'src/flac/Makefile.am')
-rw-r--r--src/flac/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flac/Makefile.am b/src/flac/Makefile.am
index d2c9f07a..6d6be718 100644
--- a/src/flac/Makefile.am
+++ b/src/flac/Makefile.am
@@ -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@ \