diff -r 818510fa3d99 -r e816fac59f6d src/work/peter/Makefile --- a/src/work/peter/Makefile Wed Sep 29 15:30:04 2004 +0000 +++ b/src/work/peter/Makefile Wed Sep 29 16:31:24 2004 +0000 @@ -1,6 +1,6 @@ hier: hierarchygraph.h hierarchygraph_test.cc - g++ -Wall -W -I../.. -I../klao -I../../hugo hierarchygraph_test.cc -o test + g++ -Wall -W -I../.. -I../klao -I../../lemon hierarchygraph_test.cc -o test edge: edgepathgraph_test.cc edgepathgraph.h - g++ -Wall -W -I../.. -I../klao -I../../hugo edgepathgraph_test.cc -o test + g++ -Wall -W -I../.. -I../klao -I../../lemon edgepathgraph_test.cc -o test