summaryrefslogtreecommitdiff
path: root/lib/subunit
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 15:12:56 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:10 +1000
commitbd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3 (patch)
treea011a71b11906a72ba25360544814a9ce8f59a58 /lib/subunit
parent85a11c4fb7ee39294298657f0e88c23e9a37da98 (diff)
downloadsamba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.tar.gz
samba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.tar.bz2
samba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.zip
s4-waf: install the rest of our python files
Diffstat (limited to 'lib/subunit')
-rw-r--r--lib/subunit/python/wscript_build5
1 files changed, 5 insertions, 0 deletions
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)
+