From 817f7529d3e6483c83ef336600b8743af62c545e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 6 Dec 2011 21:18:43 +0100 Subject: tevent: Install python tevent modules. Autobuild-User: Jelmer Vernooij Autobuild-Date: Tue Dec 6 23:13:37 CET 2011 on sn-devel-104 --- lib/tevent/wscript | 6 ++++++ 1 file changed, 6 insertions(+) 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): -- cgit