From b96a9e1c5b23271f42734a8045e4d95a42e8e33f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 Oct 2011 16:08:50 +0200 Subject: s3-waf: make sure we always build example pdb modules with --enable-developer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Mon Oct 17 17:39:36 CEST 2011 on sn-devel-104 --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 2667e328b0..6c27ecde19 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1407,6 +1407,7 @@ bld.RECURSE('passdb') bld.RECURSE('rpc_server') bld.RECURSE('winbindd') bld.RECURSE('../examples/auth') +bld.RECURSE('../examples/pdb') bld.RECURSE('../examples/VFS') -- cgit