diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-16 20:15:19 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-18 23:51:40 +0200 |
commit | ebd0bca555f13f19bebdb220088c97a3473daa61 (patch) | |
tree | 27820cf14a9576a7a8bebf3c8a40da8b12fa0664 /source4/scripting/python/wscript_build | |
parent | 8e8496208b4fa5bf69fcc884fdb054352060e21e (diff) | |
download | samba-ebd0bca555f13f19bebdb220088c97a3473daa61.tar.gz samba-ebd0bca555f13f19bebdb220088c97a3473daa61.tar.bz2 samba-ebd0bca555f13f19bebdb220088c97a3473daa61.zip |
s4: Build more python convenience files as subsystems rather than as python modules.
Diffstat (limited to 'source4/scripting/python/wscript_build')
-rw-r--r-- | source4/scripting/python/wscript_build | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index af3c6ed917..445012f3af 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -8,9 +8,10 @@ bld.SAMBA_PYTHON('LIBPYTHON', ) -bld.SAMBA_PYTHON('PYTALLOC', +bld.SAMBA_SUBSYSTEM('PYTALLOC', source='../../../lib/talloc/pytalloc.c', - public_deps='EXT_LIB_PYTHON talloc' + public_deps='EXT_LIB_PYTHON talloc', + needs_python=True, ) |