]> mj.ucw.cz Git - libucw.git/blobdiff - lib/perl/Makefile
If no config file is specified, pretend loading an empty configuration
[libucw.git] / lib / perl / Makefile
index 580319abf107dc6487fe9bd0599f7735d07f90fc..197cb9cdb67ff0033032592d76672257a7938464 100644 (file)
@@ -1,4 +1,10 @@
 # Perl modules
 
 DIRS+=lib/perl
-PROGS+=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_MODULES
+include $(s)/lib/perl/Ulimit/Makefile
+include $(s)/lib/perl/Filelock/Makefile
+endif