From 495652fe24da009bdef839be9eb543837ecaab04 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 22 May 2006 20:07:01 +0000 Subject: r15821: Fix static library build. (This used to be commit d9d8f93af12c08d3b66c0bec014016ea8ee11166) --- source4/torture/local/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/local') diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 9806a10062..c795df1ff8 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -23,7 +23,8 @@ PUBLIC_DEPENDENCIES = \ MESSAGING \ ICONV \ registry \ - POPT_CREDENTIALS + POPT_CREDENTIALS \ + TORTURE_UI # End SUBSYSTEM TORTURE_LOCAL ################################# -- cgit