Makefile.am: link output plugins before libtag.a

This commit is contained in:
Max Kellermann 2015-01-14 19:59:14 +01:00
parent eaf0662b75
commit 5d6f75aaef

View File

@ -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) \