From 6b1ba79fbf64afd7a8bc77eec7c8bdce48bb620f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 7 Dec 2010 12:20:09 +0100 Subject: s3-waf: add support for --with-dnsupdate. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Dec 7 13:07:51 CET 2010 on sn-devel-104 --- source3/libaddns/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libaddns/wscript_build') diff --git a/source3/libaddns/wscript_build b/source3/libaddns/wscript_build index 24f8c74ced..69a4716245 100644 --- a/source3/libaddns/wscript_build +++ b/source3/libaddns/wscript_build @@ -2,6 +2,6 @@ bld.SAMBA_LIBRARY('addns', source='dnsrecord.c dnsutils.c dnssock.c dnsgss.c dnsmarshall.c error.c', - public_deps='talloc krb5 k5crypto com_err gssapi gssapi_krb5', + public_deps='talloc krb5 k5crypto com_err gssapi gssapi_krb5 uuid', private_library=True, vars=locals()) -- cgit