From d004964142b0eac88528bb556228a49742725f4e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 7 Mar 2010 10:26:46 +1100 Subject: build: moved main autoproto rule into samba_autoproto.py --- source4/heimdal_build/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/heimdal_build/wscript_build') diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build index c684e9ac04..e539bb7620 100644 --- a/source4/heimdal_build/wscript_build +++ b/source4/heimdal_build/wscript_build @@ -546,5 +546,6 @@ HEIMDAL_HEIM_ASN1_DER_SOURCE = ''' bld.HEIMDAL_AUTOPROTO('../heimdal/lib/asn1/der-protos.h', HEIMDAL_HEIM_ASN1_DER_SOURCE, + group = 'build_compilers', options="-q -P comment -o") -- cgit