X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fperl%2FMakefile;h=8de911408bf3f79562e0b6f009c72a16ce570a52;hb=859769b129993a67598d61bb36d72d268082276b;hp=580319abf107dc6487fe9bd0599f7735d07f90fc;hpb=7d03eebb5f18086cf58077bd6a0bce808e62f7e7;p=libucw.git diff --git a/lib/perl/Makefile b/lib/perl/Makefile index 580319ab..8de91140 100644 --- a/lib/perl/Makefile +++ b/lib/perl/Makefile @@ -1,4 +1,8 @@ # Perl modules DIRS+=lib/perl -PROGS+=obj/lib/perl/Config.pm +PROGS+=$(addprefix $(o)/lib/perl/,Config.pm) + +ifdef CONFIG_UCW_PERL_ULIMIT +include $(s)/lib/perl/Ulimit/Makefile +endif