projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1791f
)
Only compile plugin when we have sqlite.
author
Florian Dold
<florian.dold@gmail.com>
Wed, 16 Mar 2016 17:27:19 +0000
(17:27 +0000)
committer
Florian Dold
<florian.dold@gmail.com>
Wed, 16 Mar 2016 17:27:19 +0000
(17:27 +0000)
src/peerstore/Makefile.am
patch
|
blob
|
history
diff --git
a/src/peerstore/Makefile.am
b/src/peerstore/Makefile.am
index 8cbde94f7c80ac73add0bdc87319af13abb12c4d..e8d865c465e5afdf6050d30b23013ae0852f1eb5 100644
(file)
--- a/
src/peerstore/Makefile.am
+++ b/
src/peerstore/Makefile.am
@@
-51,6
+51,8
@@
libgnunetpeerstore_la_LIBADD = \
libgnunetpeerstore_la_LDFLAGS = \
$(GN_LIB_LDFLAGS)
+if HAVE_SQLITE
+
plugin_LTLIBRARIES = \
libgnunet_plugin_peerstore_sqlite.la
@@
-62,6
+64,9
@@
libgnunet_plugin_peerstore_sqlite_la_LIBADD = \
$(LTLIBINTL)
libgnunet_plugin_peerstore_sqlite_la_LDFLAGS = \
$(GN_PLUGIN_LDFLAGS)
+end
+
+endif
check_PROGRAMS = \
test_peerstore_api_store \