From 3b684824c1b7130b8723226e65fabaf5df47ca09 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 23 Feb 2011 10:08:12 +1100 Subject: s3-waf: added SYMBOLCHECK support to source3 waf build --- source3/wscript_build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 86a7509c0b..06c55c7395 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() -- cgit