diff options
author | Günther Deschner <gd@samba.org> | 2011-01-06 14:53:04 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-06 16:42:56 +0100 |
commit | 7ee75c95481f0d13598577361d18e96cb8394b9c (patch) | |
tree | 9dc79864581847d17d7c74fe63cf3bba6970cced /source3/libaddns/wscript_build | |
parent | 4e0d0af9e89e23a5daea8048deff5c9057f08bb9 (diff) | |
download | samba-7ee75c95481f0d13598577361d18e96cb8394b9c.tar.gz samba-7ee75c95481f0d13598577361d18e96cb8394b9c.tar.bz2 samba-7ee75c95481f0d13598577361d18e96cb8394b9c.zip |
lib/addns: move DNS client library to the main directory.
Guenther
Diffstat (limited to 'source3/libaddns/wscript_build')
-rw-r--r-- | source3/libaddns/wscript_build | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/libaddns/wscript_build b/source3/libaddns/wscript_build deleted file mode 100644 index 69a4716245..0000000000 --- a/source3/libaddns/wscript_build +++ /dev/null @@ -1,7 +0,0 @@ -#!/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()) |