diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 22:08:31 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:48 +1000 |
commit | ec2b11c7fa65cfcff5af7d303fed07359f5750fd (patch) | |
tree | ee126b1d8d7c20bfd8abc05289213b9f7b3f9c4d | |
parent | ec2cb473d0271ea22ea87350417b59e90e9f87c0 (diff) | |
download | samba-ec2b11c7fa65cfcff5af7d303fed07359f5750fd.tar.gz samba-ec2b11c7fa65cfcff5af7d303fed07359f5750fd.tar.bz2 samba-ec2b11c7fa65cfcff5af7d303fed07359f5750fd.zip |
build: fixed group for heimdal autoproto
-rw-r--r-- | buildtools/wafsamba/samba_autoproto.py | 2 |
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' |