X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMakefile.PL;h=34d350e09c4cef61eb5b630357b2a168f17c92c7;hb=1d2099974488682a7aaf9461625ecedaa279ae2d;hp=fe8469d5f1f715c885b86527760e6e361eda670d;hpb=34bfd355302ff9750612ac48d7df31fa6b1dc146;p=catagits%2Ffcgi2.git diff --git a/perl/Makefile.PL b/perl/Makefile.PL index fe8469d..34d350e 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -1,4 +1,4 @@ -# $Id: Makefile.PL,v 1.4 1999/07/28 23:09:56 skimo Exp $ +# $Id: Makefile.PL,v 1.5 2000/11/01 14:27:49 skimo Exp $ use ExtUtils::MakeMaker; use IO::File; @@ -73,6 +73,7 @@ WriteMakefile( }, 'clean' => { FILES => 'config.cache fcgi_config.h' }, 'PL_FILES' => { 'echo.PL' => 'echo.fpl', + 'remote.PL' => 'remote.fpl', 'threaded.PL' => 'threaded.fpl', 'FCGI.PL' => 'FCGI.xs', },