aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-12 19:09:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-12 19:09:52 +0000
commit5e05019536c0d38bf20f965613636f21ae7c2be6 (patch)
treeeda1dee12e49c010171462d618162d28b21c9c6a /src/namestore/Makefile.am
parent566dfe32be22ed1f071b974be3c4dd8bc5721151 (diff)
downloadgnunet-5e05019536c0d38bf20f965613636f21ae7c2be6.tar.gz
gnunet-5e05019536c0d38bf20f965613636f21ae7c2be6.zip
-towards namestore support for the new privacy-preserving GNS queries
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 82c3e32ac..5a9675517 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -25,12 +25,17 @@ if HAVE_TESTING
25SQLITE_TESTS = test_plugin_namestore_sqlite 25SQLITE_TESTS = test_plugin_namestore_sqlite
26endif 26endif
27endif 27endif
28
28if HAVE_POSTGRES 29if HAVE_POSTGRES
30# postgres doesn't even build yet; thus: experimental!
31if HAVE_EXPERIMENTAL
29POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la 32POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la
30if HAVE_TESTING 33if HAVE_TESTING
31POSTGRES_TESTS = test_plugin_namestore_postgres 34POSTGRES_TESTS = test_plugin_namestore_postgres
32endif 35endif
33endif 36endif
37endif
38
34if HAVE_TESTING 39if HAVE_TESTING
35TESTING_TESTS = \ 40TESTING_TESTS = \
36 test_namestore_api \ 41 test_namestore_api \