aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-13 20:09:13 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-13 20:09:13 +0100
commitb7ff267a938269cc5363accb14c0010e992c0184 (patch)
treea7b5271c6997b1753e7a1a1bccffec5c9e871d93 /src/peerstore
parent75c1a7d1310c1baa452e99fe3968939b9edfab53 (diff)
downloadgnunet-b7ff267a938269cc5363accb14c0010e992c0184.tar.gz
gnunet-b7ff267a938269cc5363accb14c0010e992c0184.zip
link against libgnunetsq
Diffstat (limited to 'src/peerstore')
-rw-r--r--src/peerstore/Makefile.am4
1 files changed, 3 insertions, 1 deletions
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 = \
73 plugin_peerstore_sqlite.c 73 plugin_peerstore_sqlite.c
74libgnunet_plugin_peerstore_sqlite_la_LIBADD = \ 74libgnunet_plugin_peerstore_sqlite_la_LIBADD = \
75 libgnunetpeerstore.la \ 75 libgnunetpeerstore.la \
76 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ 76 $(top_builddir)/src/sq/libgnunetsq.la \
77 $(top_builddir)/src/util/libgnunetutil.la \
78 $(XLIBS) -lsqlite3 \
77 $(LTLIBINTL) 79 $(LTLIBINTL)
78libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \ 80libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \
79 $(GN_PLUGIN_LDFLAGS) 81 $(GN_PLUGIN_LDFLAGS)