Makefile.am: fix library link order

This commit is contained in:
Max Kellermann 2016-05-03 00:04:57 +02:00
parent 69ed35ed71
commit be3359fc67

View File

@ -1806,10 +1806,10 @@ test_dump_text_file_SOURCES = test/dump_text_file.cxx \
test_dump_playlist_LDADD = \
$(PLAYLIST_LIBS) \
$(FLAC_LIBS) \
$(INPUT_LIBS) \
$(ARCHIVE_LIBS) \
$(DECODER_LIBS) \
$(TAG_LIBS) \
$(INPUT_LIBS) \
$(ARCHIVE_LIBS) \
libconf.a \
libevent.a \
libthread.a \