From 7ee75c95481f0d13598577361d18e96cb8394b9c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 6 Jan 2011 14:53:04 +0100 Subject: lib/addns: move DNS client library to the main directory. Guenther --- lib/addns/wscript_build | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/addns/wscript_build (limited to 'lib/addns/wscript_build') diff --git a/lib/addns/wscript_build b/lib/addns/wscript_build new file mode 100644 index 0000000000..69a4716245 --- /dev/null +++ b/lib/addns/wscript_build @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +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 uuid', + private_library=True, + vars=locals()) -- cgit