build: fixed group for heimdal autoproto
[samba.git] / buildtools / wafsamba / samba_autoproto.py
index a6a5e28c49f373228285de9f35e572de2bcf1d3e..a2a103d1cfe15c72f227d917b0c3e314c63724c9 100644 (file)
@@ -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'