diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-04-15 11:22:50 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-04-15 11:22:50 +0000 |
commit | c27163b7e9d661136e1a1d5fdb98477cd286b32e (patch) | |
tree | 23ca4c9b9e2d990d4274e0affc1c18a6344a619e /src/datastore/Makefile.am | |
parent | 574cf7eb9a79303ca71409a40953f50d26786ef7 (diff) |
de-experimentalizing
Diffstat (limited to 'src/datastore/Makefile.am')
-rw-r--r-- | src/datastore/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index 8870f6ec67..dd49f6f721 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -37,7 +37,6 @@ gnunet_service_datastore_LDADD = \ $(GN_LIBINTL) if HAVE_MYSQL -if HAVE_EXPERIMENTAL MYSQL_PLUGIN = libgnunet_plugin_datastore_mysql.la MYSQL_TESTS = \ test_datastore_api_mysql \ @@ -46,7 +45,6 @@ if HAVE_EXPERIMENTAL perf_datastore_api_mysql \ perf_plugin_datastore_mysql endif -endif if HAVE_SQLITE SQLITE_PLUGIN = libgnunet_plugin_datastore_sqlite.la SQLITE_TESTS = \ |