diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 16:05:50 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 00:20:04 +0000 |
commit | 833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch) | |
tree | 788f12cca40a76d8fe3c45135c706c0eb6beab9c /source4/libcli/wscript_build | |
parent | ca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff) | |
download | samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.bz2 samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.zip |
s4: Rename LIBSAMBA-* to libsamba-*
Diffstat (limited to 'source4/libcli/wscript_build')
-rw-r--r-- | source4/libcli/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index e11d372d18..de5d4323ff 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -4,7 +4,7 @@ bld.RECURSE('ldap') bld.RECURSE('security') bld.RECURSE('wbclient') -bld.SAMBA_LIBRARY('LIBSAMBA-ERRORS', +bld.SAMBA_LIBRARY('libsamba-errors', source='../../libcli/util/doserr.c util/errormap.c util/nterr.c', public_headers='../../libcli/util/error.h ../../libcli/util/ntstatus.h ../../libcli/util/doserr.h ../../libcli/util/werror.h', header_path='core', @@ -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' ) @@ -79,7 +79,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_FINDDCS', bld.SAMBA_SUBSYSTEM('LIBCLI_SMB', source='clireadwrite.c cliconnect.c clifile.c clilist.c clitrans2.c climessage.c clideltree.c', autoproto='libcli_proto.h', - public_deps='LIBCLI_RAW LIBSAMBA-ERRORS LIBCLI_AUTH LIBCLI_SMB_COMPOSITE LIBCLI_NBT libsecurity LIBCLI_RESOLVE LIBCLI_DGRAM LIBCLI_SMB2 LIBCLI_FINDDCS samba_socket' + public_deps='LIBCLI_RAW libsamba-errors LIBCLI_AUTH LIBCLI_SMB_COMPOSITE LIBCLI_NBT libsecurity LIBCLI_RESOLVE LIBCLI_DGRAM LIBCLI_SMB2 LIBCLI_FINDDCS samba_socket' ) |