summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
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/dsdb/wscript_build
parente28cec7817f17d31e054c021f39f13685c55eee9 (diff)
downloadsamba-4217734a51adbcdf3dcf45599e119247958802af.tar.gz
samba-4217734a51adbcdf3dcf45599e119247958802af.tar.bz2
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/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index 2622e75a72..573b36129d 100644
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -7,7 +7,7 @@ bld.SAMBA_LIBRARY('samdb',
autoproto='samdb/samdb_proto.h',
private_library=True,
public_deps='krb5',
- deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI LIBCLI_LDAP_NDR samba-util com_err authkrb5 CREDENTIALS ldbwrap',
+ deps='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA ldbsamba samdb-common LIBCLI_DRSUAPI LIBCLI_LDAP_NDR samba-util com_err authkrb5 credentials ldbwrap',
)