diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 15:12:56 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:10 +1000 |
commit | bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3 (patch) | |
tree | a011a71b11906a72ba25360544814a9ce8f59a58 /source4/librpc | |
parent | 85a11c4fb7ee39294298657f0e88c23e9a37da98 (diff) | |
download | samba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.tar.gz samba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.tar.bz2 samba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.zip |
s4-waf: install the rest of our python files
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index e4310e828f..ad0ac19873 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -744,3 +744,5 @@ bld.SAMBA_SCRIPT('python_dcerpc_init', pattern='rpc/dcerpc.py', installdir='python/samba/dcerpc', installname='__init__.py') + +bld.INSTALL_FILES('${PYTHONDIR}/samba/dcerpc', 'rpc/dcerpc.py', destname='__init__.py') |