diff options
author | Simo Sorce <idra@samba.org> | 2012-05-04 23:11:19 -0400 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-23 17:51:49 +0300 |
commit | c54fe86a63f73543eaf9b031e146d5f647c05830 (patch) | |
tree | 182ac0913e43c23bbad549a85384e9a00001fb95 /source4/libcli/wscript_build | |
parent | a8ee6f2ca588aae1220f8b6a257e6dd43eacd46b (diff) | |
download | samba-c54fe86a63f73543eaf9b031e146d5f647c05830.tar.gz samba-c54fe86a63f73543eaf9b031e146d5f647c05830.tar.xz samba-c54fe86a63f73543eaf9b031e146d5f647c05830.zip |
s4-resolve: Remove dependency on libroken
Use available native samba resolver functions
Diffstat (limited to 'source4/libcli/wscript_build')
-rwxr-xr-x[-rw-r--r--] | source4/libcli/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 89a4a927143..97507ffc3d7 100644..100755 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -62,7 +62,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RESOLVE', bld.SAMBA_SUBSYSTEM('LP_RESOLVE', source='resolve/bcast.c resolve/nbtlist.c resolve/wins.c resolve/dns_ex.c resolve/file.c resolve/host.c resolve/resolve_lp.c', autoproto='resolve/lp_proto.h', - deps='cli-nbt samba-hostconfig netif' + deps='cli-nbt samba-hostconfig netif addns' ) |