aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-16 17:49:51 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-16 17:49:51 +0000
commitdbd516d426cd54b2991be23f1e94938a41e97172 (patch)
treec818117825ca1664de970b8337447511ef703efb /src
parent5deeabd24d11f46d41abd12364417faa729ad20c (diff)
downloadgnunet-dbd516d426cd54b2991be23f1e94938a41e97172.tar.gz
gnunet-dbd516d426cd54b2991be23f1e94938a41e97172.zip
-fix build issue
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_datastore_plugin.h5
-rw-r--r--src/peerstore/Makefile.am3
2 files changed, 3 insertions, 5 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 341954750..8e30e219c 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -195,7 +195,8 @@ typedef void
195 */ 195 */
196typedef void 196typedef void
197(*PluginGetKeys) (void *cls, 197(*PluginGetKeys) (void *cls,
198 PluginKeyProcessor proc, void *proc_cls); 198 PluginKeyProcessor proc,
199 void *proc_cls);
199 200
200 201
201/** 202/**
@@ -246,7 +247,7 @@ typedef void
246 * Update continuation. 247 * Update continuation.
247 * 248 *
248 * @param cls closure 249 * @param cls closure
249 * @param status #GNUNET_OK or #GNUNET_SYSERROR 250 * @param status #GNUNET_OK or #GNUNET_SYSERR
250 * @param msg error message on error 251 * @param msg error message on error
251 */ 252 */
252typedef void 253typedef void
diff --git a/src/peerstore/Makefile.am b/src/peerstore/Makefile.am
index e8d865c46..766055baf 100644
--- a/src/peerstore/Makefile.am
+++ b/src/peerstore/Makefile.am
@@ -52,7 +52,6 @@ libgnunetpeerstore_la_LDFLAGS = \
52 $(GN_LIB_LDFLAGS) 52 $(GN_LIB_LDFLAGS)
53 53
54if HAVE_SQLITE 54if HAVE_SQLITE
55
56plugin_LTLIBRARIES = \ 55plugin_LTLIBRARIES = \
57 libgnunet_plugin_peerstore_sqlite.la 56 libgnunet_plugin_peerstore_sqlite.la
58 57
@@ -64,8 +63,6 @@ libgnunet_plugin_peerstore_sqlite_la_LIBADD = \
64 $(LTLIBINTL) 63 $(LTLIBINTL)
65libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \ 64libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \
66 $(GN_PLUGIN_LDFLAGS) 65 $(GN_PLUGIN_LDFLAGS)
67end
68
69endif 66endif
70 67
71check_PROGRAMS = \ 68check_PROGRAMS = \