From bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 15:12:56 +1100 Subject: s4-waf: install the rest of our python files --- lib/subunit/python/wscript_build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/subunit') diff --git a/lib/subunit/python/wscript_build b/lib/subunit/python/wscript_build index f690ae30d5..a4d1bec301 100644 --- a/lib/subunit/python/wscript_build +++ b/lib/subunit/python/wscript_build @@ -14,3 +14,8 @@ bld.SAMBA_SCRIPT('python_subunit', bld.SAMBA_SCRIPT('python_testtools', pattern='testtools/**/*.py', installdir='python') + +bld.INSTALL_WILDCARD('${PYTHONDIR}', 'subunit/**/*.py', flat=False) +bld.INSTALL_WILDCARD('${PYTHONDIR}', 'testtools/**/*.py', flat=False) +bld.INSTALL_WILDCARD('${PYTHONDIR}', 'iso8601/**/*.py', flat=False) + -- cgit