diff options
author | Luke Morrison <luc785@hotmail.com> | 2014-02-07 15:57:14 +1300 |
---|---|---|
committer | Garming Sam <garming@samba.org> | 2017-11-20 21:41:14 +0100 |
commit | 50a64b7ce95a353676669cfe4030b1451962ee6f (patch) | |
tree | 2dcebf926c9b07d5a3ec53363f9326659dfcf483 /source4/dsdb/wscript_build | |
parent | 377c0681e1ae531a02aa1bbbb6dbda96cf81303d (diff) | |
download | samba-50a64b7ce95a353676669cfe4030b1451962ee6f.tar.gz |
gpo: enable gpo update with addition to build system
Split from "Initial commit for GPO work done by Luke Morrison" by Garming Sam
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Luke Morrison <luke@hubtrek.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 29c6f0e4a70..328497c8590 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -62,6 +62,15 @@ bld.SAMBA_MODULE('service_dns_update', enabled=bld.AD_DC_BUILD_IS_ENABLED() ) +bld.SAMBA_MODULE('service_gpo_update', + source='gpo/gpo_update.c', + subsystem='service', + init_function='server_service_gpoupdate_init', + deps='samdb UTIL_RUNCMD samba-util ldb samdb-common samba-errors talloc auth_system_session samba-hostconfig', + internal_module=False, + enabled=bld.AD_DC_BUILD_IS_ENABLED() + ) + bld.SAMBA_PYTHON('python_dsdb', source='pydsdb.c', # the dependency on dcerpc here is because gensec |