summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 01:52:13 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:52:13 +0100
commit0878399bd57db88aa49ac2a0a139c269feda9137 (patch)
treea2ba499da15cad8241f71632ad2970cccb4d4225 /source4/ntvfs
parente7c371996deb2d1517d2a7b8d7aa0ff75d7138ce (diff)
downloadsamba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.gz
samba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.bz2
samba-0878399bd57db88aa49ac2a0a139c269feda9137.zip
samdb: Lowercase library name.
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/wscript_build4
-rw-r--r--source4/ntvfs/unixuid/wscript_build2
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build
index 497a0e51ad..b2f71fff6c 100644
--- a/source4/ntvfs/posix/wscript_build
+++ b/source4/ntvfs/posix/wscript_build
@@ -18,7 +18,7 @@ bld.SAMBA_MODULE('pvfs_acl_nfs4',
source='pvfs_acl_nfs4.c',
subsystem='pvfs_acl',
init_function='pvfs_acl_nfs4_init',
- deps='NDR_NFS4ACL SAMDB'
+ deps='NDR_NFS4ACL samdb'
)
@@ -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/unixuid/wscript_build b/source4/ntvfs/unixuid/wscript_build
index 29ef43c1c3..fe5620886a 100644
--- a/source4/ntvfs/unixuid/wscript_build
+++ b/source4/ntvfs/unixuid/wscript_build
@@ -4,6 +4,6 @@ bld.SAMBA_MODULE('ntvfs_unixuid',
source='vfs_unixuid.c',
subsystem='ntvfs',
init_function='ntvfs_unixuid_init',
- deps='SAMDB'
+ deps='samdb'
)