From 7775706a958026716a37d6e79f33301d45b5e721 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 29 Apr 2005 15:16:14 +0000 Subject: [PATCH] Spell "boost_program_options" correctly. [SVN r28528] --- example/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/Jamfile.v2 b/example/Jamfile.v2 index e74cf00a..1a3aef57 100644 --- a/example/Jamfile.v2 +++ b/example/Jamfile.v2 @@ -24,7 +24,7 @@ rule regex-test-run ( sources + : input * ) test-suite regex-examples : [ regex-test-run timer/regex_timer.cpp : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ] -[ regex-test-run grep/grep.cpp ../../program_options/build//program_options : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/boost/type_traits.hpp ] +[ regex-test-run grep/grep.cpp ../../program_options/build//boost_program_options : -n -b $(BOOST_ROOT)/boost/regex.hpp $(BOOST_ROOT)/boost/type_traits.hpp ] [ regex-test-run snippets/credit_card_example.cpp ] [ regex-test-run snippets/mfc_example.cpp ] [ regex-test-run snippets/icu_example.cpp ] @@ -53,3 +53,4 @@ test-suite regex-examples : +