Commit 695ffede authored by Max Kellermann's avatar Max Kellermann

Makefile.am: swap libdb_plugins.a and -lmpdclient order

With some linkers, it is important to specify the static library first, and then libmpdclient. Fixes linker failures.
parent 1c3e0383
......@@ -447,8 +447,8 @@ libdb_plugins_a_SOURCES += \
endif
DB_LIBS = \
$(LIBMPDCLIENT_LIBS) \
libdb_plugins.a
libdb_plugins.a \
$(LIBMPDCLIENT_LIBS)
# archive plugins
......
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