aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-14 19:59:14 +0100
committerMax Kellermann <max@duempel.org>2015-01-14 19:59:27 +0100
commit5d6f75aaef6f50b74fefa237927b4e93b649b1af (patch)
tree1ff02fde088d2185ae09e4b975a35b01eef51144 /Makefile.am
parenteaf0662b75e8e074dbfe950aa9f408e4ad806bcc (diff)
downloadmpd-5d6f75aaef6f50b74fefa237927b4e93b649b1af.tar.gz
mpd-5d6f75aaef6f50b74fefa237927b4e93b649b1af.tar.xz
mpd-5d6f75aaef6f50b74fefa237927b4e93b649b1af.zip
Makefile.am: link output plugins before libtag.a
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b76d1722a..74fa0bc1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,8 +49,8 @@ src_mpd_LDADD = \
$(DECODER_LIBS) \
$(INPUT_LIBS) \
$(ARCHIVE_LIBS) \
- $(TAG_LIBS) \
$(OUTPUT_LIBS) \
+ $(TAG_LIBS) \
$(FILTER_LIBS) \
$(ENCODER_LIBS) \
$(MIXER_LIBS) \