aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/datastore/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 8870f6ec6..dd49f6f72 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -37,7 +37,6 @@ gnunet_service_datastore_LDADD = \
37 $(GN_LIBINTL) 37 $(GN_LIBINTL)
38 38
39if HAVE_MYSQL 39if HAVE_MYSQL
40if HAVE_EXPERIMENTAL
41 MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la 40 MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la
42 MYSQL_TESTS = \ 41 MYSQL_TESTS = \
43 test_datastore_api_mysql \ 42 test_datastore_api_mysql \
@@ -46,7 +45,6 @@ if HAVE_EXPERIMENTAL
46 perf_datastore_api_mysql \ 45 perf_datastore_api_mysql \
47 perf_plugin_datastore_mysql 46 perf_plugin_datastore_mysql
48endif 47endif
49endif
50if HAVE_SQLITE 48if HAVE_SQLITE
51 SQLITE_PLUGIN = libgnunet_plugin_datastore_sqlite.la 49 SQLITE_PLUGIN = libgnunet_plugin_datastore_sqlite.la
52 SQLITE_TESTS = \ 50 SQLITE_TESTS = \