Makefile.am: fix library link order
This commit is contained in:
parent
69ed35ed71
commit
be3359fc67
@ -1806,10 +1806,10 @@ test_dump_text_file_SOURCES = test/dump_text_file.cxx \
|
|||||||
test_dump_playlist_LDADD = \
|
test_dump_playlist_LDADD = \
|
||||||
$(PLAYLIST_LIBS) \
|
$(PLAYLIST_LIBS) \
|
||||||
$(FLAC_LIBS) \
|
$(FLAC_LIBS) \
|
||||||
$(INPUT_LIBS) \
|
|
||||||
$(ARCHIVE_LIBS) \
|
|
||||||
$(DECODER_LIBS) \
|
$(DECODER_LIBS) \
|
||||||
$(TAG_LIBS) \
|
$(TAG_LIBS) \
|
||||||
|
$(INPUT_LIBS) \
|
||||||
|
$(ARCHIVE_LIBS) \
|
||||||
libconf.a \
|
libconf.a \
|
||||||
libevent.a \
|
libevent.a \
|
||||||
libthread.a \
|
libthread.a \
|
||||||
|
Loading…
Reference in New Issue
Block a user