From 695ffedef9a33c1ffd02096defd97a67d3378537 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Aug 2012 13:54:31 +0200 Subject: 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. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dff597faf..1114964b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -447,8 +447,8 @@ libdb_plugins_a_SOURCES += \ endif DB_LIBS = \ - $(LIBMPDCLIENT_LIBS) \ - libdb_plugins.a + libdb_plugins.a \ + $(LIBMPDCLIENT_LIBS) # archive plugins -- cgit v1.2.3