From: Christian Grothoff Date: Tue, 14 Jun 2011 07:09:32 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18236 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c9730cd9c4f680660de4ab2bd31510fcd3ffcf1f;p=oweals%2Fgnunet.git fix --- 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 = \ if HAVE_SQLITE if HAVE_BENCHMARKS SQLITE_BENCHMARKS = \ - perf_datacache_postgres + perf_datacache_sqlite endif SQLITE_TESTS = \ test_datacache_sqlite \ @@ -94,7 +94,7 @@ endif if HAVE_MYSQL if HAVE_BENCHMARKS MYSQL_BENCHMARKS = \ - perf_datacache_postgres + perf_datacache_mysql endif MYSQL_TESTS = \ test_datacache_mysql \