[SCM] Samba Shared Repository - branch master updated
Anoop C S
anoopcs at samba.org
Tue Jun 30 07:52:03 UTC 2020
The branch, master has been updated
via a89efdfe823 libgpo: only install group policy admx files when building as DC
from d93a6d2663a util: fix build on AIX by fixing the order of replace.h include
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit a89efdfe82307b3306bffddb8fa419f96ee86810
Author: Günther Deschner <gd at samba.org>
Date: Fri Jun 26 10:35:13 2020 +0200
libgpo: only install group policy admx files when building as DC
Guenther
Signed-off-by: Guenther Deschner <gd at samba.org>
Reviewed-by: David Mulder <dmulder at samba.org>
Reviewed-by: Anoop C S <anoopcs at samba.org>
Autobuild-User(master): Anoop C S <anoopcs at samba.org>
Autobuild-Date(master): Tue Jun 30 07:51:48 UTC 2020 on sn-devel-184
-----------------------------------------------------------------------
Summary of changes:
libgpo/wscript_build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/libgpo/wscript_build b/libgpo/wscript_build
index e6e54fe359a..cb0a40a008c 100644
--- a/libgpo/wscript_build
+++ b/libgpo/wscript_build
@@ -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')
--
Samba Shared Repository
More information about the samba-cvs
mailing list