summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 02:05:51 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:48:44 +0000
commit4217734a51adbcdf3dcf45599e119247958802af (patch)
treedbec7964637a7679f896c92ad4a763a1abd5c84a /source4/ntvfs
parente28cec7817f17d31e054c021f39f13685c55eee9 (diff)
downloadsamba-4217734a51adbcdf3dcf45599e119247958802af.tar.gz
samba-4217734a51adbcdf3dcf45599e119247958802af.tar.xz
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/ntvfs')
-rw-r--r--source4/ntvfs/posix/wscript_build2
-rw-r--r--source4/ntvfs/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build
index b2f71fff6c7..5945ed95dec 100644
--- a/source4/ntvfs/posix/wscript_build
+++ b/source4/ntvfs/posix/wscript_build
@@ -41,7 +41,7 @@ bld.SAMBA_MODULE('ntvfs_posix',
bld.SAMBA_PYTHON('python_xattr_native',
source='python/pyxattr_native.c',
- deps='ndr ldb samdb CREDENTIALS pyparam_util wrap_xattr attr',
+ deps='ndr ldb samdb credentials pyparam_util wrap_xattr attr',
realname='samba/xattr_native.so'
)
diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build
index e181334fcc8..d020465f1b1 100644
--- a/source4/ntvfs/wscript_build
+++ b/source4/ntvfs/wscript_build
@@ -52,7 +52,7 @@ bld.SAMBA_MODULE('ntvfs_ipc',
autoproto='ipc/proto.h',
subsystem='ntvfs',
init_function='ntvfs_ipc_init',
- deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi CREDENTIALS DCERPC_SHARE'
+ deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi credentials DCERPC_SHARE'
)