diff options
author | Simo Sorce <idra@samba.org> | 2012-05-04 16:47:27 -0400 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-23 17:51:48 +0300 |
commit | 34a65739d32d7e895e71b2b81298fab82dfd11fe (patch) | |
tree | 594e04611fffa3851edb0deeafeee98bf430fe8f /libcli/nbt | |
parent | cc3321c9ffee9e1688af724b7286fe548ff28793 (diff) | |
download | samba-34a65739d32d7e895e71b2b81298fab82dfd11fe.tar.gz |
Move source3/libads/dns.c to lib/addns
Diffstat (limited to 'libcli/nbt')
-rwxr-xr-x[-rw-r--r--] | libcli/nbt/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build index a70db083e6c..55867bae917 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', |