summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/dsdb/samdb/ldb_modules/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build
index f5402ba2ff..f6b1e9cdc5 100644
--- a/source4/dsdb/samdb/ldb_modules/wscript_build
+++ b/source4/dsdb/samdb/ldb_modules/wscript_build
@@ -132,7 +132,7 @@ bld.SAMBA_MODULE('ldb_simple_ldap_map',
subsystem='ldb',
init_function='LDB_MODULE(entryuuid),LDB_MODULE(nsuniqueid)',
internal_module=False,
- deps='talloc LIBEVENTS ldb LIBNDR'
+ deps='talloc LIBEVENTS ldb LIBNDR LDBSAMBA'
)