Index: Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/iostreams/test/Jamfile.v2,v retrieving revision 1.14 diff -u -p -r1.14 Jamfile.v2 --- Jamfile.v2 10 Nov 2006 19:09:56 -0000 1.14 +++ Jamfile.v2 28 Nov 2006 08:11:45 -0000 @@ -49,7 +49,7 @@ rule test-iostreams ( sources * : requir [ test-iostreams file_test.cpp ] [ test-iostreams file_descriptor_test.cpp - ../src/file_descriptor.cpp ] + ../src/file_descriptor.cpp : static ] [ test-iostreams filtering_stream_test.cpp ] [ test-iostreams finite_state_filter_test.cpp @@ -63,7 +63,7 @@ rule test-iostreams ( sources * : requir [ test-iostreams line_filter_test.cpp ] [ test-iostreams mapped_file_test.cpp - ../src/mapped_file.cpp ] + ../src/mapped_file.cpp : static ] [ test-iostreams newline_test.cpp ] [ test-iostreams null_test.cpp ] [ test-iostreams pipeline_test.cpp ]