[Lemon-commits] [lemon_svn] klao: r2769 - hugo/trunk/benchmark
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:55:07 CET 2006
Author: klao
Date: Wed May 31 18:48:31 2006
New Revision: 2769
Modified:
hugo/trunk/benchmark/Makefile.am
Log:
benchmark: radix_sort-bench was not compiled
Modified: hugo/trunk/benchmark/Makefile.am
==============================================================================
--- hugo/trunk/benchmark/Makefile.am (original)
+++ hugo/trunk/benchmark/Makefile.am Wed May 31 18:48:31 2006
@@ -7,6 +7,7 @@
hcube \
swap_bipartite_bench \
bfs-bench \
+ radix_sort-bench \
swap_bipartite_bench
graph_bench_SOURCES = graph-bench.cc
@@ -17,4 +18,4 @@
radix_sort_bench_SOURCES = radix_sort-bench.cc
-swap_bipartite_bench_SOURCES = swap_bipartite_bench.cc
\ No newline at end of file
+swap_bipartite_bench_SOURCES = swap_bipartite_bench.cc
More information about the Lemon-commits
mailing list