diff options
author | Günther Deschner <gd@samba.org> | 2011-10-17 16:08:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-10-17 17:39:36 +0200 |
commit | b96a9e1c5b23271f42734a8045e4d95a42e8e33f (patch) | |
tree | 5f840ccde9849882522f6be5bdb08636b1bea2f0 /examples | |
parent | bc536d4893678eec2a3fbba40fb133a24761992a (diff) | |
download | samba-b96a9e1c5b23271f42734a8045e4d95a42e8e33f.tar.gz |
s3-waf: make sure we always build example pdb modules with --enable-developer.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 17 17:39:36 CEST 2011 on sn-devel-104
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pdb/wscript_build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/pdb/wscript_build b/examples/pdb/wscript_build new file mode 100644 index 00000000000..11d00ba2d82 --- /dev/null +++ b/examples/pdb/wscript_build @@ -0,0 +1,10 @@ +#!/usr/bin/env python + +bld.SAMBA3_MODULE('pdb_test', + subsystem='pdb', + source='test.c', + deps='samba-util', + init_function='', + internal_module=bld.SAMBA3_IS_STATIC_MODULE('pdb_test'), + enabled=bld.SAMBA3_IS_ENABLED_MODULE('pdb_test')) + |