diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 10:42:58 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:17 -0700 |
commit | 8cf61377aa388724150699618f5cd60682ffde37 (patch) | |
tree | 6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /source4/ntvfs/posix/wscript_build | |
parent | b2af2fd3de37296c5589fd5f34bb3353227272cd (diff) | |
download | samba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2 samba-8cf61377aa388724150699618f5cd60682ffde37.zip |
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'source4/ntvfs/posix/wscript_build')
-rw-r--r-- | source4/ntvfs/posix/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build index 847c37f0c5..497a0e51ad 100644 --- a/source4/ntvfs/posix/wscript_build +++ b/source4/ntvfs/posix/wscript_build @@ -41,14 +41,14 @@ bld.SAMBA_MODULE('ntvfs_posix', bld.SAMBA_PYTHON('python_xattr_native', source='python/pyxattr_native.c', - deps='LIBNDR ldb SAMDB CREDENTIALS pyparam_util wrap_xattr attr', + deps='ndr ldb SAMDB CREDENTIALS pyparam_util wrap_xattr attr', realname='samba/xattr_native.so' ) bld.SAMBA_PYTHON('python_xattr_tdb', source='python/pyxattr_tdb.c xattr_tdb.c', - deps='LIBNDR ldb pyparam_util share attr', + deps='ndr ldb pyparam_util share attr', realname='samba/xattr_tdb.so' ) |