aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 11:22:50 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 11:22:50 +0000
commitc27163b7e9d661136e1a1d5fdb98477cd286b32e (patch)
tree23ca4c9b9e2d990d4274e0affc1c18a6344a619e /src/datastore/Makefile.am
parent574cf7eb9a79303ca71409a40953f50d26786ef7 (diff)
downloadgnunet-c27163b7e9d661136e1a1d5fdb98477cd286b32e.tar.gz
gnunet-c27163b7e9d661136e1a1d5fdb98477cd286b32e.zip
de-experimentalizing
Diffstat (limited to 'src/datastore/Makefile.am')
-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 = \