summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-07 01:57:34 +0100
commite28cec7817f17d31e054c021f39f13685c55eee9 (patch)
tree2820fedb74c54f867820daa1085ecd0b896a5132 /source4/dsdb/wscript_build
parent0878399bd57db88aa49ac2a0a139c269feda9137 (diff)
downloadsamba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.gz
samba-e28cec7817f17d31e054c021f39f13685c55eee9.tar.bz2
samba-e28cec7817f17d31e054c021f39f13685c55eee9.zip
ldbsamba: Lowercase library name.
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index 84c10de7bd..2622e75a72 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',
)
@@ -22,7 +22,7 @@ bld.SAMBA_LIBRARY('samdb-common',
bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA',
source='schema/schema_init.c schema/schema_set.c schema/schema_query.c schema/schema_syntax.c schema/schema_description.c schema/schema_convert_to_ol.c schema/schema_inferiors.c schema/schema_prefixmap.c schema/schema_info_attr.c schema/schema_filtered.c schema/dsdb_dn.c',
autoproto='schema/proto.h',
- deps='samdb-common NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA tevent'
+ deps='samdb-common NDR_DRSUAPI NDR_DRSBLOBS ldbsamba tevent'
)