summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_autoproto.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 22:08:31 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:48 +1000
commitec2b11c7fa65cfcff5af7d303fed07359f5750fd (patch)
treeee126b1d8d7c20bfd8abc05289213b9f7b3f9c4d /buildtools/wafsamba/samba_autoproto.py
parentec2cb473d0271ea22ea87350417b59e90e9f87c0 (diff)
downloadsamba-ec2b11c7fa65cfcff5af7d303fed07359f5750fd.tar.gz
samba-ec2b11c7fa65cfcff5af7d303fed07359f5750fd.tar.bz2
samba-ec2b11c7fa65cfcff5af7d303fed07359f5750fd.zip
build: fixed group for heimdal autoproto
Diffstat (limited to 'buildtools/wafsamba/samba_autoproto.py')
-rw-r--r--buildtools/wafsamba/samba_autoproto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_autoproto.py b/buildtools/wafsamba/samba_autoproto.py
index a6a5e28c49..a2a103d1cf 100644
--- a/buildtools/wafsamba/samba_autoproto.py
+++ b/buildtools/wafsamba/samba_autoproto.py
@@ -4,7 +4,7 @@ import Build
from samba_utils import *
# rule for heimdal prototype generation
-def HEIMDAL_AUTOPROTO(bld, header, source, options=None, group='main'):
+def HEIMDAL_AUTOPROTO(bld, header, source, options=None, group='prototypes'):
bld.SET_BUILD_GROUP(group)
if options is None:
options='-q -P comment -o'