summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_pidl.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 10:00:53 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:11 +1000
commit92de30dcabcb0327785bffca59ad3813339c7670 (patch)
treecf97d272c235ee3766e40fe2a507e146407da71b /buildtools/wafsamba/samba_pidl.py
parentf9eae32f4b4284e3820f61f3d40c46a41be97227 (diff)
downloadsamba-92de30dcabcb0327785bffca59ad3813339c7670.tar.gz
samba-92de30dcabcb0327785bffca59ad3813339c7670.tar.bz2
samba-92de30dcabcb0327785bffca59ad3813339c7670.zip
build: fixed build group for the PIDL tables generation
Diffstat (limited to 'buildtools/wafsamba/samba_pidl.py')
-rw-r--r--buildtools/wafsamba/samba_pidl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py
index 14a5b3fb12..fd30e7cc5d 100644
--- a/buildtools/wafsamba/samba_pidl.py
+++ b/buildtools/wafsamba/samba_pidl.py
@@ -122,6 +122,7 @@ def collect(self):
def SAMBA_PIDL_TABLES(bld, name, target):
headers = bld.env.PIDL_HEADERS
+ bld.SET_BUILD_GROUP('main')
t = bld(
features = 'collect',
rule = '${SRC} --output ${TGT} | sed "s|default/||" > ${TGT}',