--- loncom/homework/caparesponse/Makefile.PL 2002/05/04 17:29:52 1.11 +++ loncom/homework/caparesponse/Makefile.PL 2018/06/11 13:09:38 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # makefile for capa wrapper # -# $Id: Makefile.PL,v 1.11 2002/05/04 17:29:52 albertel Exp $ +# $Id: Makefile.PL,v 1.12 2018/06/11 13:09:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -44,7 +44,7 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'capa', # Name of your module 'INC' => "-I$capadir/pProj", - 'LIBS' => [''], # Custom libraries (if any) + 'LIBS' => ["-lfl"], # Custom libraries (if any) 'DEFINE' => '-g -O0 -D_GNU_SOURCE -DPERL_POLLUTE', 'OBJECT' => 'capa_wrap.o caparesponse.o capaFunctions/*.o' # Object files );