mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
libgpo: only install group policy admx files when building as DC
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: David Mulder <dmulder@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> Autobuild-User(master): Anoop C S <anoopcs@samba.org> Autobuild-Date(master): Tue Jun 30 07:51:48 UTC 2020 on sn-devel-184
This commit is contained in:
parent
d93a6d2663
commit
a89efdfe82
@ -20,4 +20,5 @@ bld.SAMBA3_PYTHON('python_samba_libgpo', 'pygpo.c',
|
||||
deps='%s gpext talloc ads TOKEN_UTIL auth %s' % (pyparam_util, pyrpc_util),
|
||||
realname='samba/gpo.so')
|
||||
|
||||
bld.RECURSE('admx')
|
||||
if bld.AD_DC_BUILD_IS_ENABLED():
|
||||
bld.RECURSE('admx')
|
||||
|
Loading…
x
Reference in New Issue
Block a user