diff options
| author | Amitay Isaacs <amitay@gmail.com> | 2011-08-12 16:20:11 +1000 | 
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-08-13 12:31:07 +1000 | 
| commit | a252e69db28c1e65fe1ba74ce5b6db7d34c2bcff (patch) | |
| tree | 15ea32d27d3be5e3ded47cd065636fc88fab5f00 | |
| parent | 9a4a2b0f0d1411c98194a838390862bff8c184dd (diff) | |
| download | samba-a252e69db28c1e65fe1ba74ce5b6db7d34c2bcff.tar.gz samba-a252e69db28c1e65fe1ba74ce5b6db7d34c2bcff.tar.bz2 samba-a252e69db28c1e65fe1ba74ce5b6db7d34c2bcff.zip | |
passdb: Move python wrapper for passdb in samba3 python package
| -rw-r--r-- | source3/passdb/wscript_build | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source3/passdb/wscript_build b/source3/passdb/wscript_build index 61909e1b9d..49c8154bb1 100644 --- a/source3/passdb/wscript_build +++ b/source3/passdb/wscript_build @@ -58,5 +58,5 @@ if bld.env.toplevel_build:                        source='py_passdb.c',                        deps='pdb',                        public_deps='samba-util tdb talloc pyrpc_util', -                      realname='samba/passdb.so' +                      realname='samba/samba3/passdb.so'                        ) | 
