summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-16 18:59:34 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-18 12:05:00 +1000
commit628a24172f3bb759324582c439ba9d081aa4d392 (patch)
treeecb71dd83d54f06aed7977149e926ecf3e72b374 /source4/ntvfs/posix/wscript_build
parent44b6bf9130ec5207da148af0f56a660ce9e08c32 (diff)
downloadsamba-628a24172f3bb759324582c439ba9d081aa4d392.tar.gz
samba-628a24172f3bb759324582c439ba9d081aa4d392.tar.bz2
samba-628a24172f3bb759324582c439ba9d081aa4d392.zip
s4-python: Add python wrapper for xattr_tdb format xattr storage
This uses the format used by the vfs_xattr_tdb module. The s4 posix:eadb format is kept, just in a new file and module. Andrew Bartlett
Diffstat (limited to 'source4/ntvfs/posix/wscript_build')
-rw-r--r--source4/ntvfs/posix/wscript_build8
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/wscript_build b/source4/ntvfs/posix/wscript_build
index 8bd7648b82..2a6a3dc277 100644
--- a/source4/ntvfs/posix/wscript_build
+++ b/source4/ntvfs/posix/wscript_build
@@ -52,9 +52,15 @@ bld.SAMBA_LIBRARY('posix_eadb',
autoproto='posix_eadb_proto.h',
private_library=True)
+bld.SAMBA_PYTHON('python_posix_eadb',
+ source='python/pyposix_eadb.c',
+ deps='pyparam_util posix_eadb',
+ realname='samba/posix_eadb.so'
+ )
+
bld.SAMBA_PYTHON('python_xattr_tdb',
source='python/pyxattr_tdb.c',
- deps='pyparam_util posix_eadb',
+ deps='pyparam_util xattr_tdb',
realname='samba/xattr_tdb.so'
)