summaryrefslogtreecommitdiff
path: root/source4/libcli/wscript_build
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-05-04 23:11:19 -0400
committerAlexander Bokovoy <ab@samba.org>2012-05-23 17:51:49 +0300
commitc54fe86a63f73543eaf9b031e146d5f647c05830 (patch)
tree182ac0913e43c23bbad549a85384e9a00001fb95 /source4/libcli/wscript_build
parenta8ee6f2ca588aae1220f8b6a257e6dd43eacd46b (diff)
downloadsamba-c54fe86a63f73543eaf9b031e146d5f647c05830.tar.gz
samba-c54fe86a63f73543eaf9b031e146d5f647c05830.tar.bz2
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_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 89a4a92714..97507ffc3d 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'
)