[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 02/04: link against libgnunetsq
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 02/04: link against libgnunetsq |
Date: |
Tue, 14 Mar 2017 00:31:06 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit b7ff267a938269cc5363accb14c0010e992c0184
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 13 20:09:13 2017 +0100
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)
--
To stop receiving notification emails like this one, please contact
address@hidden