diff options
-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): |