Skip to content

Commit 0a5a647

Browse files
committed
Switch to library requirements instead of source. As source puts extra source in install targets.
1 parent 63225c9 commit 0a5a647

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

build.jam

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ import project ;
77

88
project /boost/signals2
99
: common-requirements
10-
<source>/boost/assert//boost_assert
11-
<source>/boost/bind//boost_bind
12-
<source>/boost/config//boost_config
13-
<source>/boost/core//boost_core
14-
<source>/boost/function//boost_function
15-
<source>/boost/iterator//boost_iterator
16-
<source>/boost/mpl//boost_mpl
17-
<source>/boost/optional//boost_optional
18-
<source>/boost/parameter//boost_parameter
19-
<source>/boost/predef//boost_predef
20-
<source>/boost/preprocessor//boost_preprocessor
21-
<source>/boost/smart_ptr//boost_smart_ptr
22-
<source>/boost/throw_exception//boost_throw_exception
23-
<source>/boost/tuple//boost_tuple
24-
<source>/boost/type_traits//boost_type_traits
25-
<source>/boost/variant//boost_variant
10+
<library>/boost/assert//boost_assert
11+
<library>/boost/bind//boost_bind
12+
<library>/boost/config//boost_config
13+
<library>/boost/core//boost_core
14+
<library>/boost/function//boost_function
15+
<library>/boost/iterator//boost_iterator
16+
<library>/boost/mpl//boost_mpl
17+
<library>/boost/optional//boost_optional
18+
<library>/boost/parameter//boost_parameter
19+
<library>/boost/predef//boost_predef
20+
<library>/boost/preprocessor//boost_preprocessor
21+
<library>/boost/smart_ptr//boost_smart_ptr
22+
<library>/boost/throw_exception//boost_throw_exception
23+
<library>/boost/tuple//boost_tuple
24+
<library>/boost/type_traits//boost_type_traits
25+
<library>/boost/variant//boost_variant
2626
<include>include
2727
;
2828

0 commit comments

Comments
 (0)