From: Pavel Charvat Date: Fri, 16 Mar 2007 09:40:53 +0000 (+0100) Subject: common switch for perl modules X-Git-Tag: holmes-import~506^2~96 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2b68d0e15d053b272a7af92eac42550203a2e492;p=libucw.git common switch for perl modules --- diff --git a/lib/perl/Makefile b/lib/perl/Makefile index 4f2cc056..895fcb1a 100644 --- a/lib/perl/Makefile +++ b/lib/perl/Makefile @@ -3,10 +3,7 @@ DIRS+=lib/perl PROGS+=$(addprefix $(o)/lib/perl/,Config.pm Log.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