From 01682f797f755fdd6de5b6096275da7488f0f294 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 15:43:26 +1100 Subject: s4-waf: fixed some deps now we don't auto-include tevent and replace this is preparation for being able to use system versions of these libraries --- source4/dsdb/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 99b91a89f9..ed81d2faa5 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -23,7 +23,7 @@ bld.SAMBA_SUBSYSTEM('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', autoproto='schema/proto.h', - deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA' + deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA tevent' ) -- cgit