From c9730cd9c4f680660de4ab2bd31510fcd3ffcf1f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Jun 2011 07:09:32 +0000 Subject: [PATCH] fix --- src/datacache/Makefile.am | 4 ++-- 1 file 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 = \ 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 \ -- 2.25.1