summaryrefslogtreecommitdiff
path: root/source4/ntvfs/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-07-22 21:18:32 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-07-23 23:20:51 +0200
commit75244137510a51df2a8602160b02a3acc6e6c472 (patch)
treee4c9b6cbc7f2cbdbfa656e9686ca1cb5a92e7a7c /source4/ntvfs/wscript_build
parent0397b2ef30b535dbcefc1e496ad70fa31ada5f9f (diff)
downloadsamba-75244137510a51df2a8602160b02a3acc6e6c472.tar.gz
samba-75244137510a51df2a8602160b02a3acc6e6c472.tar.bz2
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/ntvfs/wscript_build')
-rw-r--r--source4/ntvfs/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build
index 43a6cd647f..24ce18f307 100644
--- a/source4/ntvfs/wscript_build
+++ b/source4/ntvfs/wscript_build
@@ -9,7 +9,7 @@ bld.SAMBA_MODULE('ntvfs_cifs',
source='cifs/vfs_cifs.c',
subsystem='ntvfs',
init_function='ntvfs_cifs_init',
- deps='LIBCLI_SMB LIBCLI_RAW'
+ deps='LIBCLI_SMB cli_raw'
)
@@ -17,7 +17,7 @@ bld.SAMBA_MODULE('ntvfs_smb2',
source='smb2/vfs_smb2.c',
subsystem='ntvfs',
init_function='ntvfs_smb2_init',
- deps='LIBCLI_SMB LIBCLI_RAW'
+ deps='LIBCLI_SMB cli_raw'
)