summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/wscript_build2
-rw-r--r--source4/dsdb/wscript_build2
-rw-r--r--source4/param/wscript_build2
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index ce4dc7b21e..e159292b77 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -36,7 +36,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session',
bld.SAMBA_SUBSYSTEM('auth_sam',
source='sam.c',
autoproto='auth_sam.h',
- public_deps='SAMDB UTIL_LDB LIBSECURITY ldb',
+ public_deps='SAMDB UTIL_LDB LIBSECURITY ldb tevent',
deps=''
)
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'
)
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index 351dedfaf1..f35d1c4e3a 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -42,7 +42,7 @@ bld.SAMBA_MODULE('share_ldb',
bld.SAMBA_SUBSYSTEM('SECRETS',
source='secrets.c',
- deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY'
+ deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent'
)