From: Martin Mares Date: Sat, 11 Dec 2004 11:44:19 +0000 (+0000) Subject: Configure libucw according to Sherlock config. X-Git-Tag: holmes-import~854 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=30e0f53d9f5c842d788a8b1211fdfa56e7e36024;p=libucw.git Configure libucw according to Sherlock config. --- diff --git a/lib/Makefile b/lib/Makefile index 3b41f8c1..1ae62a68 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,10 @@ # Makefile for the UCW Library (c) 1997--2004 Martin Mares DIRS+=lib + +ifdef CONFIG_UCW_DBTOOL PROGS+=obj/lib/db-tool +endif LIBUCW_MODS= \ alloc alloc_str realloc mempool mempool-str \ diff --git a/lib/perl/Makefile b/lib/perl/Makefile index 3ddce873..8b23992f 100644 --- a/lib/perl/Makefile +++ b/lib/perl/Makefile @@ -3,6 +3,6 @@ DIRS+=lib/perl PROGS+=$(addprefix obj/lib/perl/,Config.pm) -ifdef CONFIG_WATSON +ifdef CONFIG_UCW_PERL_ULIMIT include lib/perl/Ulimit/Makefile endif