aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 13:35:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 13:35:47 +0000
commita90207b2751742ced5ec02e811b15843be83f047 (patch)
tree5385f5b9f4ded686596365913f9051651db8a0a7 /src
parent2aa54b413db70a100ebac53154e881cc9aadce63 (diff)
downloadgnunet-a90207b2751742ced5ec02e811b15843be83f047.tar.gz
gnunet-a90207b2751742ced5ec02e811b15843be83f047.zip
not anymore any more experimental than the others
Diffstat (limited to 'src')
-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 dd49f6f72..4ab887061 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -55,7 +55,6 @@ if HAVE_SQLITE
55 perf_plugin_datastore_sqlite 55 perf_plugin_datastore_sqlite
56endif 56endif
57if HAVE_POSTGRES 57if HAVE_POSTGRES
58if HAVE_EXPERIMENTAL
59 POSTGRES_PLUGIN = libgnunet_plugin_datastore_postgres.la 58 POSTGRES_PLUGIN = libgnunet_plugin_datastore_postgres.la
60 POSTGRES_TESTS = \ 59 POSTGRES_TESTS = \
61 test_datastore_api_postgres \ 60 test_datastore_api_postgres \
@@ -64,7 +63,6 @@ if HAVE_EXPERIMENTAL
64 perf_datastore_api_postgres \ 63 perf_datastore_api_postgres \
65 perf_plugin_datastore_postgres 64 perf_plugin_datastore_postgres
66endif 65endif
67endif
68 66
69plugin_LTLIBRARIES = \ 67plugin_LTLIBRARIES = \
70 $(SQLITE_PLUGIN) \ 68 $(SQLITE_PLUGIN) \