From: Martin Mares Date: Sat, 11 Dec 2004 13:12:39 +0000 (+0000) Subject: Compilation of Perl and Shell parts of libucw is optional. X-Git-Tag: holmes-import~847 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c57a0e75a6f6a9f7b616a7a46f802b91ad527fad;p=libucw.git Compilation of Perl and Shell parts of libucw is optional. --- diff --git a/lib/Makefile b/lib/Makefile index ff317b43..cdb02bac 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -56,5 +56,10 @@ obj/lib/regex.test: obj/lib/regex-t obj/lib/unicode-utf8.test: obj/lib/unicode-utf8-t obj/lib/hash-test.test: obj/lib/hash-test +ifdef CONFIG_UCW_PERL include lib/perl/Makefile +endif + +ifdef CONFIG_UCW_SHELL_UTILS include lib/shell/Makefile +endif