fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 07:09:32 +0000 (07:09 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Jun 2011 07:09:32 +0000 (07:09 +0000)
src/datacache/Makefile.am

index 921d88e5f42e8047d396e92a0da83f3c5d6f1c50..8e4f265cdbd76feb4e7f550de26014c28b28c9a6 100644 (file)
@@ -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 \