From 04574d5738bb6a3bed3f6ee536b93068517263d8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 11:41:11 +1100 Subject: s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem ldb-wrap and the ldif-handlers are not really related, and this allows us to remove another dependency loop Pair-Programmed-With: Andrew Bartlett --- source4/param/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/param') diff --git a/source4/param/wscript_build b/source4/param/wscript_build index a6c2bff080..62e14c4529 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -37,13 +37,13 @@ bld.SAMBA_MODULE('share_ldb', source='share_ldb.c', subsystem='share', init_function='share_ldb_init', - deps='LDBSAMBA' + deps='LDBSAMBA auth_system_session' ) bld.SAMBA_SUBSYSTEM('SECRETS', source='secrets.c', - deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent LDBSAMBA' + deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent ldbwrap' ) -- cgit