X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fperl%2FMakefile;h=197cb9cdb67ff0033032592d76672257a7938464;hb=2b47faddd417788d6801012b9873a33a62111413;hp=a95678b64250a36b0037ca5190a8dd22eb200b1a;hpb=0b017e2e482c31380c1e53bf0cabd62b8ad0448c;p=libucw.git diff --git a/lib/perl/Makefile b/lib/perl/Makefile index a95678b6..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) +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