diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 23:36:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 22:24:06 +0000 |
commit | 9065f9644bd32d6ca3a8b9a77d67e0b30891a321 (patch) | |
tree | 12b70d599ce6d05eb195220524928f628bc9de2c /source4/libcli | |
parent | 49ef2888193dd7cc37c3fe0a980b7cc1abdac805 (diff) | |
download | samba-9065f9644bd32d6ca3a8b9a77d67e0b30891a321.tar.gz samba-9065f9644bd32d6ca3a8b9a77d67e0b30891a321.tar.bz2 samba-9065f9644bd32d6ca3a8b9a77d67e0b30891a321.zip |
s4: Rename LIBNETIF to libnetif.
Diffstat (limited to 'source4/libcli')
-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 0acf8053ba..d8f7c52417 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -65,7 +65,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='LIBCLI_NBT LIBSAMBA-HOSTCONFIG LIBNETIF' + deps='LIBCLI_NBT LIBSAMBA-HOSTCONFIG libnetif' ) |