--- loncom/homework/caparesponse/Makefile.PL 2000/09/13 20:49:02 1.3 +++ loncom/homework/caparesponse/Makefile.PL 2001/01/06 16:26:35 1.8 @@ -11,7 +11,7 @@ # See "Programming Perl", 2nd. Ed, for more gory details than # you ever wanted to know. -$capadir = "/home/albertel/CAPA"; +$capadir = "../../../CAPA"; use ExtUtils::MakeMaker; WriteMakefile( @@ -19,5 +19,5 @@ WriteMakefile( 'INC' => "-I$capadir/pProj", 'LIBS' => [''], # Custom libraries (if any) 'DEFINE' => '-g -Wall -O0 -D_GNU_SOURCE', - 'OBJECT' => 'caparesponse.o capaFunctions/*.o' # Object files + 'OBJECT' => 'capa_wrap.o caparesponse.o capaFunctions/*.o' # Object files );