1.1 --- a/src/benchmark/Makefile.am Tue Jul 27 16:04:21 2004 +0000
1.2 +++ b/src/benchmark/Makefile.am Tue Jul 27 16:09:42 2004 +0000
1.3 @@ -1,7 +1,9 @@
1.4 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/work -I$(top_srcdir)/src/work/marci
1.5
1.6 -noinst_PROGRAMS = graph-bench hcube
1.7 +noinst_PROGRAMS = graph-bench hcube bfs-bench
1.8
1.9 graph_bench_SOURCES = graph-bench.cc bench_tools.h
1.10
1.11 hcube_SOURCES = hcube.cc bench_tools.h
1.12 +
1.13 +bfs_bench_SOURCES = bfs-bench.cc bench_tools.h