[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r15558 - gnunet/src/datacache
From: |
gnunet |
Subject: |
[GNUnet-SVN] r15558 - gnunet/src/datacache |
Date: |
Tue, 14 Jun 2011 09:09:33 +0200 |
Author: grothoff
Date: 2011-06-14 09:09:32 +0200 (Tue, 14 Jun 2011)
New Revision: 15558
Modified:
gnunet/src/datacache/Makefile.am
Log:
fix
Modified: gnunet/src/datacache/Makefile.am
===================================================================
--- gnunet/src/datacache/Makefile.am 2011-06-14 06:36:56 UTC (rev 15557)
+++ gnunet/src/datacache/Makefile.am 2011-06-14 07:09:32 UTC (rev 15558)
@@ -83,7 +83,7 @@
if HAVE_SQLITE
if HAVE_BENCHMARKS
SQLITE_BENCHMARKS = \
- perf_datacache_postgres
+ perf_datacache_sqlite
endif
SQLITE_TESTS = \
test_datacache_sqlite \
@@ -94,7 +94,7 @@
if HAVE_MYSQL
if HAVE_BENCHMARKS
MYSQL_BENCHMARKS = \
- perf_datacache_postgres
+ perf_datacache_mysql
endif
MYSQL_TESTS = \
test_datacache_mysql \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r15558 - gnunet/src/datacache,
gnunet <=