From b7ff267a938269cc5363accb14c0010e992c0184 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Mar 2017 20:09:13 +0100 Subject: [PATCH] link against libgnunetsq --- src/peerstore/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am index 21db6ad17..3aef05769 100644 --- a/src/peerstore/Makefile.am +++ b/src/peerstore/Makefile.am @@ -73,7 +73,9 @@ libgnunet_plugin_peerstore_sqlite_la_SOURCES = \ plugin_peerstore_sqlite.c libgnunet_plugin_peerstore_sqlite_la_LIBADD = \ libgnunetpeerstore.la \ - $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ + $(top_builddir)/src/sq/libgnunetsq.la \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(XLIBS) -lsqlite3 \ $(LTLIBINTL) libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) -- 2.25.1