summaryrefslogtreecommitdiff
path: root/lib/addns/wscript_build
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-05-04 16:47:27 -0400
committerAlexander Bokovoy <ab@samba.org>2012-05-23 17:51:48 +0300
commit34a65739d32d7e895e71b2b81298fab82dfd11fe (patch)
tree594e04611fffa3851edb0deeafeee98bf430fe8f /lib/addns/wscript_build
parentcc3321c9ffee9e1688af724b7286fe548ff28793 (diff)
downloadsamba-34a65739d32d7e895e71b2b81298fab82dfd11fe.tar.gz
samba-34a65739d32d7e895e71b2b81298fab82dfd11fe.tar.bz2
samba-34a65739d32d7e895e71b2b81298fab82dfd11fe.zip
Move source3/libads/dns.c to lib/addns
Diffstat (limited to 'lib/addns/wscript_build')
-rwxr-xr-x[-rw-r--r--]lib/addns/wscript_build5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/addns/wscript_build b/lib/addns/wscript_build
index 69a4716245..a7010531a0 100644..100755
--- a/lib/addns/wscript_build
+++ b/lib/addns/wscript_build
@@ -5,3 +5,8 @@ bld.SAMBA_LIBRARY('addns',
public_deps='talloc krb5 k5crypto com_err gssapi gssapi_krb5 uuid',
private_library=True,
vars=locals())
+
+bld.SAMBA_SUBSYSTEM('DNSQUERY',
+ source='dnsquery.c',
+ deps='samba-util lmhosts resolv'
+ )