]> mj.ucw.cz Git - libucw.git/blob - lib/perl/Makefile
4f2cc056162d0dfb989272dae90a8415d231d149
[libucw.git] / lib / perl / Makefile
1 # Perl modules
2
3 DIRS+=lib/perl
4 PROGS+=$(addprefix $(o)/lib/perl/,Config.pm Log.pm)
5
6 ifdef CONFIG_UCW_PERL_ULIMIT
7 include $(s)/lib/perl/Ulimit/Makefile
8 endif
9
10 ifdef CONFIG_UCW_PERL_FILELOCK
11 include $(s)/lib/perl/Filelock/Makefile
12 endif