projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bbafd6
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Tue, 14 Jun 2011 07:09:32 +0000
(07:09 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 14 Jun 2011 07:09:32 +0000
(07:09 +0000)
src/datacache/Makefile.am
patch
|
blob
|
history
diff --git
a/src/datacache/Makefile.am
b/src/datacache/Makefile.am
index 921d88e5f42e8047d396e92a0da83f3c5d6f1c50..8e4f265cdbd76feb4e7f550de26014c28b28c9a6 100644
(file)
--- 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 \