summaryrefslogtreecommitdiff
path: root/source4/param/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r--source4/param/wscript_build4
1 files changed, 2 insertions, 2 deletions
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'
)