From c64ce3cd03695b5c0659c4c2818de2cd3953f910 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 09:45:06 +1100 Subject: [PATCH] build: mark python rules as being part of the "main" group --- buildtools/wafsamba/samba_python.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildtools/wafsamba/samba_python.py b/buildtools/wafsamba/samba_python.py index bb8939caf99..cb3df95207c 100644 --- a/buildtools/wafsamba/samba_python.py +++ b/buildtools/wafsamba/samba_python.py @@ -52,6 +52,8 @@ def SAMBA_PYTHON(bld, name, realname = '%s.so' % name link_name = 'python/%s' % realname + bld.SET_BUILD_GROUP('main') + t = bld( features = 'cc cshlib pyext symlink_lib', source = source, -- 2.34.1