--- loncom/homework/caparesponse/Makefile.PL 2000/09/11 21:20:06 1.1 +++ loncom/homework/caparesponse/Makefile.PL 2001/01/06 16:23:45 1.7 @@ -11,10 +11,13 @@ # See "Programming Perl", 2nd. Ed, for more gory details than # you ever wanted to know. +$capadir = "../../../capa/capa51"; + use ExtUtils::MakeMaker; WriteMakefile( - 'NAME' => 'caparesponse', # Name of your module + 'NAME' => 'capa', # Name of your module + '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 );