Skip to content

Commit b3d68b5

Browse files
committed
Change all <source> references to <library>.
1 parent f26babe commit b3d68b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/Jamfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Lambda library
22

3-
# Copyright (C) 2001-2003 Jaakko J�rvi
3+
# Copyright (C) 2001-2003 Jaakko J�rvi
44

5-
# Use, modification and distribution is subject to the Boost Software License,
6-
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7-
# http://www.boost.org/LICENSE_1_0.txt)
5+
# Use, modification and distribution is subject to the Boost Software License,
6+
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7+
# http://www.boost.org/LICENSE_1_0.txt)
88

99
# For more information, see http://www.boost.org/
1010

1111
import testing ;
1212

1313
run algorithm_test.cpp ;
14-
run bind_tests_advanced.cpp : : : <source>/boost/any//boost_any ;
14+
run bind_tests_advanced.cpp : : : <library>/boost/any//boost_any ;
1515
run bind_tests_simple.cpp ;
1616
run bind_tests_simple_f_refs.cpp ;
1717
run bll_and_function.cpp ;

0 commit comments

Comments
 (0)