diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:52:13 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-07 01:52:13 +0100 |
commit | 0878399bd57db88aa49ac2a0a139c269feda9137 (patch) | |
tree | a2ba499da15cad8241f71632ad2970cccb4d4225 /source4/ntvfs/unixuid | |
parent | e7c371996deb2d1517d2a7b8d7aa0ff75d7138ce (diff) | |
download | samba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.gz samba-0878399bd57db88aa49ac2a0a139c269feda9137.tar.bz2 samba-0878399bd57db88aa49ac2a0a139c269feda9137.zip |
samdb: Lowercase library name.
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r-- | source4/ntvfs/unixuid/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |