diff options
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 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' ) |