diff options
author | Max Kellermann <max@duempel.org> | 2015-01-14 19:59:14 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-14 19:59:27 +0100 |
commit | 5d6f75aaef6f50b74fefa237927b4e93b649b1af (patch) | |
tree | 1ff02fde088d2185ae09e4b975a35b01eef51144 /Makefile.am | |
parent | eaf0662b75e8e074dbfe950aa9f408e4ad806bcc (diff) |
Makefile.am: link output plugins before libtag.a
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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) \ |