diff --git a/example/Jamfile b/example/Jamfile index cfb59872..d339ccb3 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -28,41 +28,23 @@ subproject libs/thread/example ; SEARCH on threads.jam = $(BOOST_ROOT)/libs/thread/build ; include threads.jam ; -####################### -# Declare the Boost.Threads example program monitor. - -exe monitor - : monitor/monitor.cpp - ../build/boost_thread - $(threadmon) - : $(BOOST_ROOT) - $(pthreads-win32) - multi - : debug release static/dynamic +template example_base + ## sources ## + :