diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-12-06 21:18:43 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-12-06 23:13:37 +0100 |
commit | 817f7529d3e6483c83ef336600b8743af62c545e (patch) | |
tree | f1473fe336c727804a023c290b8bb0caa08cabf5 | |
parent | de4b8943bfb40e2f50c9e4e2ee5d39e986317d08 (diff) | |
download | samba-817f7529d3e6483c83ef336600b8743af62c545e.tar.gz samba-817f7529d3e6483c83ef336600b8743af62c545e.tar.bz2 samba-817f7529d3e6483c83ef336600b8743af62c545e.zip |
tevent: Install python tevent modules.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Dec 6 23:13:37 CET 2011 on sn-devel-104
-rw-r--r-- | lib/tevent/wscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript index 5afaacaa55..d240630b6a 100644 --- a/lib/tevent/wscript +++ b/lib/tevent/wscript @@ -97,6 +97,12 @@ def build(bld): 'pytevent.c', deps='tevent', realname='_tevent.so') + # install out various python scripts for use by make test + bld.SAMBA_SCRIPT('tevent_python', + pattern='tevent.py', + installdir='python') + + bld.INSTALL_WILDCARD('${PYTHONDIR}', 'tevent.py', flat=False) def test(ctx): |