From ec2b11c7fa65cfcff5af7d303fed07359f5750fd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 22:08:31 +1100 Subject: build: fixed group for heimdal autoproto --- buildtools/wafsamba/samba_autoproto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildtools/wafsamba/samba_autoproto.py') 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' -- cgit