From c57a0e75a6f6a9f7b616a7a46f802b91ad527fad Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Dec 2004 13:12:39 +0000 Subject: [PATCH] Compilation of Perl and Shell parts of libucw is optional. --- lib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.2