diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-07-22 21:18:32 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-07-23 23:20:51 +0200 |
commit | 75244137510a51df2a8602160b02a3acc6e6c472 (patch) | |
tree | e4c9b6cbc7f2cbdbfa656e9686ca1cb5a92e7a7c /source4/libcli/smb2/wscript_build | |
parent | 0397b2ef30b535dbcefc1e496ad70fa31ada5f9f (diff) | |
download | samba-75244137510a51df2a8602160b02a3acc6e6c472.tar.gz samba-75244137510a51df2a8602160b02a3acc6e6c472.tar.xz samba-75244137510a51df2a8602160b02a3acc6e6c472.zip |
cli_raw: Make name lowercase.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Jul 23 23:20:51 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/libcli/smb2/wscript_build')
-rw-r--r-- | source4/libcli/smb2/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/smb2/wscript_build b/source4/libcli/smb2/wscript_build index 5b5ac7d4e6..fc8e7b4f36 100644 --- a/source4/libcli/smb2/wscript_build +++ b/source4/libcli/smb2/wscript_build @@ -4,6 +4,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_SMB2', source='transport.c request.c negprot.c session.c tcon.c create.c close.c connect.c getinfo.c write.c read.c setinfo.c find.c ioctl.c logoff.c tdis.c flush.c lock.c notify.c cancel.c keepalive.c break.c util.c signing.c lease_break.c', autoproto='smb2_proto.h', deps='UTIL_TEVENT', - public_deps='LIBCLI_RAW LIBPACKET gensec tevent' + public_deps='cli_raw LIBPACKET gensec tevent' ) |