$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62999 - trunk/libs/graph/example
From: jewillco_at_[hidden]
Date: 2010-06-15 17:01:38
Author: jewillco
Date: 2010-06-15 17:01:37 EDT (Tue, 15 Jun 2010)
New Revision: 62999
URL: http://svn.boost.org/trac/boost/changeset/62999
Log:
Added OSPF to example list to compile automatically
Text files modified:
trunk/libs/graph/example/Jamfile.v2 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/graph/example/Jamfile.v2
==============================================================================
--- trunk/libs/graph/example/Jamfile.v2 (original)
+++ trunk/libs/graph/example/Jamfile.v2 2010-06-15 17:01:37 EDT (Tue, 15 Jun 2010)
@@ -24,3 +24,4 @@
exe fr_layout : fr_layout.cpp ;
exe canonical_ordering : canonical_ordering.cpp ;
exe components_on_edgelist : components_on_edgelist.cpp ;
+exe ospf-example : ospf-example.cpp ../build//boost_graph ;