From 30e0f53d9f5c842d788a8b1211fdfa56e7e36024 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Dec 2004 11:44:19 +0000 Subject: [PATCH] Configure libucw according to Sherlock config. --- lib/Makefile | 3 +++ lib/perl/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2