aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/Makefile.am
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/datastore/Makefile.am
parent2aa54b413db70a100ebac53154e881cc9aadce63 (diff)
not anymore any more experimental than the others
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 dd49f6f721..4ab887061f 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -55,7 +55,6 @@ if HAVE_SQLITE
perf_plugin_datastore_sqlite
endif
if HAVE_POSTGRES
-if HAVE_EXPERIMENTAL
POSTGRES_PLUGIN = libgnunet_plugin_datastore_postgres.la
POSTGRES_TESTS = \
test_datastore_api_postgres \
@@ -64,7 +63,6 @@ if HAVE_EXPERIMENTAL
perf_datastore_api_postgres \
perf_plugin_datastore_postgres
endif
-endif
plugin_LTLIBRARIES = \
$(SQLITE_PLUGIN) \