Index: libs/graph/test/Jamfile.v2 =================================================================== --- libs/graph/test/Jamfile.v2 (revision 75969) +++ libs/graph/test/Jamfile.v2 (working copy) @@ -136,11 +136,13 @@ # Run LEDA tests only when -sLEDA= is set. if [ modules.peek : LEDA ] != "" { + local LEDA = [ modules.peek : LEDA ] ; + local LEDA_DEPENDENCIES = $(LEDA)/incl - $(LEDA)/libG.a + $(LEDA)/libleda.a ; - compile leda_graph_cc.cpp + compile leda_graph_cc.cpp : $(LEDA_DEPENDENCIES) ; }