Commit be3359fc authored by Max Kellermann's avatar Max Kellermann

Makefile.am: fix library link order

parent 69ed35ed
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment