X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fperl%2FMakefile;h=197cb9cdb67ff0033032592d76672257a7938464;hb=55c249f666faddb7d4e999d8a8e3ab66bccfae96;hp=8b23992fe2af66b41e8eeb357734a581a5fa7f19;hpb=30e0f53d9f5c842d788a8b1211fdfa56e7e36024;p=libucw.git diff --git a/lib/perl/Makefile b/lib/perl/Makefile index 8b23992f..197cb9cd 100644 --- a/lib/perl/Makefile +++ b/lib/perl/Makefile @@ -1,8 +1,10 @@ # Perl modules DIRS+=lib/perl -PROGS+=$(addprefix obj/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 -include lib/perl/Ulimit/Makefile +ifdef CONFIG_UCW_PERL_MODULES +include $(s)/lib/perl/Ulimit/Makefile +include $(s)/lib/perl/Filelock/Makefile endif