aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-14 07:09:32 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-14 07:09:32 +0000
commitc9730cd9c4f680660de4ab2bd31510fcd3ffcf1f (patch)
tree7273a637ee7a4cedb96fc0ad78cd2123274827de /src/datacache/Makefile.am
parent8bbafd6c2a3f68b67d82dfb221221ab37ea4064d (diff)
downloadgnunet-c9730cd9c4f680660de4ab2bd31510fcd3ffcf1f.tar.gz
gnunet-c9730cd9c4f680660de4ab2bd31510fcd3ffcf1f.zip
fix
Diffstat (limited to 'src/datacache/Makefile.am')
-rw-r--r--src/datacache/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index 921d88e5f..8e4f265cd 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -83,7 +83,7 @@ libgnunet_plugin_datacache_template_la_LDFLAGS = \
83if HAVE_SQLITE 83if HAVE_SQLITE
84if HAVE_BENCHMARKS 84if HAVE_BENCHMARKS
85 SQLITE_BENCHMARKS = \ 85 SQLITE_BENCHMARKS = \
86 perf_datacache_postgres 86 perf_datacache_sqlite
87endif 87endif
88SQLITE_TESTS = \ 88SQLITE_TESTS = \
89 test_datacache_sqlite \ 89 test_datacache_sqlite \
@@ -94,7 +94,7 @@ endif
94if HAVE_MYSQL 94if HAVE_MYSQL
95if HAVE_BENCHMARKS 95if HAVE_BENCHMARKS
96 MYSQL_BENCHMARKS = \ 96 MYSQL_BENCHMARKS = \
97 perf_datacache_postgres 97 perf_datacache_mysql
98endif 98endif
99MYSQL_TESTS = \ 99MYSQL_TESTS = \
100 test_datacache_mysql \ 100 test_datacache_mysql \