X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fperl%2FMakefile;h=197cb9cdb67ff0033032592d76672257a7938464;hb=55c249f666faddb7d4e999d8a8e3ab66bccfae96;hp=4f2cc056162d0dfb989272dae90a8415d231d149;hpb=997658b144998f1ab23b8d2c64bdc3ca93bae2c0;p=libucw.git diff --git a/lib/perl/Makefile b/lib/perl/Makefile index 4f2cc056..197cb9cd 100644 --- a/lib/perl/Makefile +++ b/lib/perl/Makefile @@ -1,12 +1,10 @@ # Perl modules DIRS+=lib/perl -PROGS+=$(addprefix $(o)/lib/perl/,Config.pm Log.pm) +EXTRA_RUNDIRS+=lib/perl5/UCW +PROGS+=$(addprefix $(o)/lib/perl/,Config.pm Log.pm CGI.pm) -ifdef CONFIG_UCW_PERL_ULIMIT +ifdef CONFIG_UCW_PERL_MODULES include $(s)/lib/perl/Ulimit/Makefile -endif - -ifdef CONFIG_UCW_PERL_FILELOCK include $(s)/lib/perl/Filelock/Makefile endif