]> mj.ucw.cz Git - libucw.git/blobdiff - lib/perl/Makefile
common switch for perl modules
[libucw.git] / lib / perl / Makefile
index 580319abf107dc6487fe9bd0599f7735d07f90fc..895fcb1a11a9332dde71179c20d5e56af688da95 100644 (file)
@@ -1,4 +1,9 @@
 # Perl modules
 
 DIRS+=lib/perl
-PROGS+=obj/lib/perl/Config.pm
+PROGS+=$(addprefix $(o)/lib/perl/,Config.pm Log.pm)
+
+ifdef CONFIG_UCW_PERL_MODULES
+include $(s)/lib/perl/Ulimit/Makefile
+include $(s)/lib/perl/Filelock/Makefile
+endif