diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |