Commit 8278a12a authored by Max Kellermann's avatar Max Kellermann

Makefile.am: link libfs.a before libsystem.a

libfs.a depends on libsystem.a.
parent e88dd9b0
...@@ -1489,8 +1489,8 @@ endif ...@@ -1489,8 +1489,8 @@ endif
test_read_conf_LDADD = \ test_read_conf_LDADD = \
libconf.a \ libconf.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_read_conf_SOURCES = \ test_read_conf_SOURCES = \
...@@ -1513,8 +1513,8 @@ test_DumpDatabase_LDADD = \ ...@@ -1513,8 +1513,8 @@ test_DumpDatabase_LDADD = \
libconf.a \ libconf.a \
libutil.a \ libutil.a \
libevent.a \ libevent.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
$(ICU_LDADD) \ $(ICU_LDADD) \
$(GLIB_LIBS) $(GLIB_LIBS)
test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
...@@ -1544,8 +1544,8 @@ test_run_input_LDADD = \ ...@@ -1544,8 +1544,8 @@ test_run_input_LDADD = \
libutil.a \ libutil.a \
libevent.a \ libevent.a \
libthread.a \ libthread.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_run_input_SOURCES = test/run_input.cxx \ test_run_input_SOURCES = test/run_input.cxx \
test/stdbin.h \ test/stdbin.h \
...@@ -1594,8 +1594,8 @@ test_visit_archive_LDADD = \ ...@@ -1594,8 +1594,8 @@ test_visit_archive_LDADD = \
libutil.a \ libutil.a \
libevent.a \ libevent.a \
libthread.a \ libthread.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_visit_archive_SOURCES = test/visit_archive.cxx \ test_visit_archive_SOURCES = test/visit_archive.cxx \
src/Log.cxx src/LogBackend.cxx \ src/Log.cxx src/LogBackend.cxx \
...@@ -1640,8 +1640,8 @@ test_dump_playlist_LDADD = \ ...@@ -1640,8 +1640,8 @@ test_dump_playlist_LDADD = \
libconf.a \ libconf.a \
libevent.a \ libevent.a \
libthread.a \ libthread.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
libpcm.a \ libpcm.a \
$(GLIB_LIBS) $(GLIB_LIBS)
...@@ -1670,8 +1670,8 @@ test_run_decoder_LDADD = \ ...@@ -1670,8 +1670,8 @@ test_run_decoder_LDADD = \
libconf.a \ libconf.a \
libevent.a \ libevent.a \
libthread.a \ libthread.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_run_decoder_SOURCES = test/run_decoder.cxx \ test_run_decoder_SOURCES = test/run_decoder.cxx \
...@@ -1695,8 +1695,8 @@ test_read_tags_LDADD = \ ...@@ -1695,8 +1695,8 @@ test_read_tags_LDADD = \
libconf.a \ libconf.a \
libevent.a \ libevent.a \
libthread.a \ libthread.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_read_tags_SOURCES = test/read_tags.cxx \ test_read_tags_SOURCES = test/read_tags.cxx \
...@@ -1720,8 +1720,8 @@ endif ...@@ -1720,8 +1720,8 @@ endif
test_run_filter_LDADD = \ test_run_filter_LDADD = \
$(FILTER_LIBS) \ $(FILTER_LIBS) \
libconf.a \ libconf.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_run_filter_SOURCES = test/run_filter.cxx \ test_run_filter_SOURCES = test/run_filter.cxx \
...@@ -1748,8 +1748,8 @@ test_run_encoder_LDADD = \ ...@@ -1748,8 +1748,8 @@ test_run_encoder_LDADD = \
libconf.a \ libconf.a \
libpcm.a \ libpcm.a \
libthread.a \ libthread.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
endif endif
...@@ -1770,8 +1770,8 @@ test_test_vorbis_encoder_LDADD = $(MPD_LIBS) \ ...@@ -1770,8 +1770,8 @@ test_test_vorbis_encoder_LDADD = $(MPD_LIBS) \
$(PCM_LIBS) \ $(PCM_LIBS) \
$(TAG_LIBS) \ $(TAG_LIBS) \
libconf.a \ libconf.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
endif endif
...@@ -1856,8 +1856,8 @@ test_read_mixer_LDADD = \ ...@@ -1856,8 +1856,8 @@ test_read_mixer_LDADD = \
$(OUTPUT_LIBS) \ $(OUTPUT_LIBS) \
libconf.a \ libconf.a \
libevent.a \ libevent.a \
libsystem.a \
$(FS_LIBS) \ $(FS_LIBS) \
libsystem.a \
libutil.a \ libutil.a \
$(GLIB_LIBS) $(GLIB_LIBS)
test_read_mixer_SOURCES = test/read_mixer.cxx \ test_read_mixer_SOURCES = test/read_mixer.cxx \
......
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