summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 15:53:52 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commitca16d805bd8f33a03d67d3ed74b4d468b04874e5 (patch)
tree55f260f485b2004f2b231d1136040b89cd73bdab /source4/libcli
parent7a731ccdfc83c9ce11cf92f190cf250ffb43c293 (diff)
downloadsamba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.tar.gz
samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.tar.bz2
samba-ca16d805bd8f33a03d67d3ed74b4d468b04874e5.zip
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/security/wscript_build12
-rw-r--r--source4/libcli/wscript_build6
2 files changed, 9 insertions, 9 deletions
diff --git a/source4/libcli/security/wscript_build b/source4/libcli/security/wscript_build
index 5df9c119a7..a24977c23b 100644
--- a/source4/libcli/security/wscript_build
+++ b/source4/libcli/security/wscript_build
@@ -1,9 +1,9 @@
#!/usr/bin/env python
-bld.SAMBA_LIBRARY('LIBSECURITY_SESSION',
- source='session.c',
- autoproto='session_proto.h',
- public_deps='LIBSECURITY',
- private_library=True
- )
+bld.SAMBA_LIBRARY('libsecurity_session',
+ source='session.c',
+ autoproto='session_proto.h',
+ public_deps='libsecurity',
+ private_library=True
+ )
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build
index 45f9d48b62..e11d372d18 100644
--- a/source4/libcli/wscript_build
+++ b/source4/libcli/wscript_build
@@ -23,7 +23,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LSA',
source='util/clilsa.c',
autoproto='util/clilsa.h',
public_deps='RPC_NDR_LSA',
- deps='LIBSECURITY'
+ deps='libsecurity'
)
@@ -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'
)
@@ -87,7 +87,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RAW',
source='raw/rawfile.c raw/smb_signing.c raw/clisocket.c raw/clitransport.c raw/clisession.c raw/clitree.c raw/clierror.c raw/rawrequest.c raw/rawreadwrite.c raw/rawsearch.c raw/rawsetfileinfo.c raw/raweas.c raw/rawtrans.c raw/clioplock.c raw/rawnegotiate.c raw/rawfsinfo.c raw/rawfileinfo.c raw/rawnotify.c raw/rawioctl.c raw/rawacl.c raw/rawdate.c raw/rawlpq.c raw/rawshadow.c',
autoproto='raw/raw_proto.h',
public_deps='samba_socket LIBPACKET gensec LIBCRYPTO CREDENTIALS LIBCLI_SMB_COMMON',
- deps='LIBCLI_COMPOSITE LP_RESOLVE gensec LIBCLI_RESOLVE LIBSECURITY LIBNDR'
+ deps='LIBCLI_COMPOSITE LP_RESOLVE gensec LIBCLI_RESOLVE libsecurity LIBNDR'
)
bld.RECURSE('smb2')