From: Gennadiy Rozental (gennadiy_at_[hidden])
Date: 2002-08-22 09:33:48


The solution is very simple.
Add <lib>../../test/build/test_exec_monitor along with
<lib>../build/boost_signals to all exe rules. For example

exe signal_test : <lib>../build/boost_signals
<lib>../../test/build/test_exec_monitor
                    signal_test.cpp
                  : <include>$(BOOST_ROOT)
                  ;

Gennadiy.