summaryrefslogtreecommitdiff
path: root/libcli/nbt
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 /libcli/nbt
parentcc3321c9ffee9e1688af724b7286fe548ff28793 (diff)
downloadsamba-34a65739d32d7e895e71b2b81298fab82dfd11fe.tar.gz
samba-34a65739d32d7e895e71b2b81298fab82dfd11fe.tar.bz2
samba-34a65739d32d7e895e71b2b81298fab82dfd11fe.zip
Move source3/libads/dns.c to lib/addns
Diffstat (limited to 'libcli/nbt')
-rwxr-xr-x[-rw-r--r--]libcli/nbt/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index a70db083e6..55867bae91 100644..100755
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -7,8 +7,8 @@ bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
)
bld.SAMBA_SUBSYSTEM('lmhosts',
- source='lmhosts.c ../dns/dns_hosts_file.c',
- deps='replace talloc'
+ source='lmhosts.c',
+ deps='DNS_HOSTS_FILE replace talloc'
)
bld.SAMBA_LIBRARY('cli-nbt',