aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index cd1df4e5e..07ae004b3 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -52,7 +52,6 @@ gnunet_datastore_LDADD = \
52 52
53if HAVE_MYSQL 53if HAVE_MYSQL
54 MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la 54 MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la
55if HAVE_TESTING
56if HAVE_BENCHMARKS 55if HAVE_BENCHMARKS
57 MYSQL_BENCHMARKS = \ 56 MYSQL_BENCHMARKS = \
58 perf_datastore_api_mysql \ 57 perf_datastore_api_mysql \
@@ -64,10 +63,8 @@ endif
64 test_plugin_datastore_mysql \ 63 test_plugin_datastore_mysql \
65 $(MYSQL_BENCHMARKS) 64 $(MYSQL_BENCHMARKS)
66endif 65endif
67endif
68if HAVE_SQLITE 66if HAVE_SQLITE
69 SQLITE_PLUGIN = libgnunet_plugin_datastore_sqlite.la 67 SQLITE_PLUGIN = libgnunet_plugin_datastore_sqlite.la
70if HAVE_TESTING
71if HAVE_BENCHMARKS 68if HAVE_BENCHMARKS
72 SQLITE_BENCHMARKS = \ 69 SQLITE_BENCHMARKS = \
73 perf_datastore_api_sqlite \ 70 perf_datastore_api_sqlite \
@@ -79,10 +76,8 @@ endif
79 test_plugin_datastore_sqlite \ 76 test_plugin_datastore_sqlite \
80 $(SQLITE_BENCHMARKS) 77 $(SQLITE_BENCHMARKS)
81endif 78endif
82endif
83if HAVE_POSTGRESQL 79if HAVE_POSTGRESQL
84 POSTGRES_PLUGIN = libgnunet_plugin_datastore_postgres.la 80 POSTGRES_PLUGIN = libgnunet_plugin_datastore_postgres.la
85if HAVE_TESTING
86if HAVE_BENCHMARKS 81if HAVE_BENCHMARKS
87 POSTGRES_BENCHMARKS = \ 82 POSTGRES_BENCHMARKS = \
88 perf_datastore_api_postgres \ 83 perf_datastore_api_postgres \
@@ -94,7 +89,6 @@ endif
94 test_plugin_datastore_postgres \ 89 test_plugin_datastore_postgres \
95 $(POSTGRES_BENCHMARKS) 90 $(POSTGRES_BENCHMARKS)
96endif 91endif
97endif
98 92
99plugin_LTLIBRARIES = \ 93plugin_LTLIBRARIES = \
100 $(SQLITE_PLUGIN) \ 94 $(SQLITE_PLUGIN) \