diff options
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index a4236643e9..d2b6e541c6 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -8,6 +8,7 @@ srcdir = ".." # create separate build groups for building the asn1 and et compiler, then # building the C from ASN1 and IDL, and finally the main build process bld.SETUP_BUILD_GROUPS() +bld.AUTOCLEANUP_STALE_FILES() bld.SAMBA_MKVERSION('version.h') |