diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 02:05:51 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:48:44 +0000 |
commit | 4217734a51adbcdf3dcf45599e119247958802af (patch) | |
tree | dbec7964637a7679f896c92ad4a763a1abd5c84a /source4/libcli | |
parent | e28cec7817f17d31e054c021f39f13685c55eee9 (diff) | |
download | samba-4217734a51adbcdf3dcf45599e119247958802af.tar.gz samba-4217734a51adbcdf3dcf45599e119247958802af.tar.bz2 samba-4217734a51adbcdf3dcf45599e119247958802af.zip |
credentials: Lowercase library name,
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Nov 7 01:48:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/wscript_build b/source4/libcli/wscript_build index 01bd64cfc9..a691c876d0 100644 --- a/source4/libcli/wscript_build +++ b/source4/libcli/wscript_build @@ -37,8 +37,8 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_COMPOSITE', bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMPOSITE', source='smb_composite/loadfile.c smb_composite/savefile.c smb_composite/connect.c smb_composite/sesssetup.c smb_composite/fetchfile.c smb_composite/appendacl.c smb_composite/fsinfo.c smb_composite/smb2.c', autoproto='smb_composite/proto.h', - deps='LIBCLI_SMB2', - public_deps='LIBCLI_COMPOSITE CREDENTIALS gensec LIBCLI_RESOLVE' + deps='LIBCLI_SMB2', + public_deps='LIBCLI_COMPOSITE credentials gensec LIBCLI_RESOLVE' ) |