From: Andrew Tridgell Date: Tue, 22 Feb 2011 23:08:12 +0000 (+1100) Subject: s3-waf: added SYMBOLCHECK support to source3 waf build X-Git-Tag: tevent-0.9.11~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b684824c1b7130b8723226e65fabaf5df47ca09;p=thirdparty%2Fsamba.git s3-waf: added SYMBOLCHECK support to source3 waf build --- diff --git a/source3/wscript_build b/source3/wscript_build index 86a7509c0b0..06c55c7395d 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1400,3 +1400,5 @@ bld.RECURSE('winbindd') bld.ENFORCE_GROUP_ORDERING() bld.CHECK_PROJECT_RULES() + +bld.SYMBOL_CHECK()