summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2011-08-18 14:19:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2011-08-18 14:19:18 +0200
commit9ee1e1f0ac28a3af22c796e729e559ae10784c8e (patch)
tree78372a8b8cbabf0c8fbdeb9c993a9c2b2d7d9c3c /source4/ntvfs
parent6fefd217ca36a2d91b779a1bb26b970340ee7602 (diff)
downloadsamba-9ee1e1f0ac28a3af22c796e729e559ae10784c8e.tar.gz
samba-9ee1e1f0ac28a3af22c796e729e559ae10784c8e.tar.bz2
samba-9ee1e1f0ac28a3af22c796e729e559ae10784c8e.zip
cli-raw: Add public libsmbclient-raw library.
Diffstat (limited to 'source4/ntvfs')
-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 24ce18f307..fa1e071395 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 cli_raw'
+ deps='LIBCLI_SMB smbclient-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 cli_raw'
+ deps='LIBCLI_SMB smbclient-raw'
)