From e28cec7817f17d31e054c021f39f13685c55eee9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 7 Nov 2010 01:57:34 +0100 Subject: ldbsamba: Lowercase library name. --- source4/dsdb/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/dsdb/wscript_build') 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' ) -- cgit