summaryrefslogtreecommitdiff
path: root/source4/winbind/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/winbind/wscript_build')
-rw-r--r--source4/winbind/wscript_build8
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build
index 5ba9c2ae0f9..e6710ceb2e3 100644
--- a/source4/winbind/wscript_build
+++ b/source4/winbind/wscript_build
@@ -10,6 +10,14 @@ bld.SAMBA_MODULE('service_winbind',
internal_module=False,
)
+bld.SAMBA_MODULE('service_winbindd',
+ source='winbindd.c',
+ subsystem='service',
+ init_function='server_service_winbindd_init',
+ deps='process_model UTIL_RUNCMD',
+ internal_module=False,
+ )
+
bld.SAMBA_SUBSYSTEM('WB_HELPER',
source='wb_async_helpers.c wb_utils.c',