]> mj.ucw.cz Git - libucw.git/commitdiff
Compilation of Perl and Shell parts of libucw is optional.
authorMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 13:12:39 +0000 (13:12 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 11 Dec 2004 13:12:39 +0000 (13:12 +0000)
lib/Makefile

index ff317b43a5587f3c10de5104cc14601b988d19b1..cdb02bac9790c46f9027ffc782877f6dcff52c21 100644 (file)
@@ -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