summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-12-07 12:20:09 +0100
committerGünther Deschner <gd@samba.org>2010-12-07 13:07:51 +0100
commit6b1ba79fbf64afd7a8bc77eec7c8bdce48bb620f (patch)
tree8252c59a8330e62e68ed1d2890a3aaaf2e6e8042 /source3/libaddns
parent0745f3fef920d81228366ecaa90f224718ad29dc (diff)
downloadsamba-6b1ba79fbf64afd7a8bc77eec7c8bdce48bb620f.tar.gz
samba-6b1ba79fbf64afd7a8bc77eec7c8bdce48bb620f.tar.bz2
samba-6b1ba79fbf64afd7a8bc77eec7c8bdce48bb620f.zip
s3-waf: add support for --with-dnsupdate.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Dec 7 13:07:51 CET 2010 on sn-devel-104
Diffstat (limited to 'source3/libaddns')
-rw-r--r--source3/libaddns/wscript_build2
1 files changed, 1 insertions, 1 deletions
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())