summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-01-22 12:02:51 +1300
committerJelmer Vernooij <jelmer@samba.org>2010-01-25 15:18:01 +0100
commit8562bbdce5fd2711f527c3922b684f651f68c7f7 (patch)
tree01b88db61ae6a19231bb658cb9e8f5240800e02a /source4/ntvfs/posix/config.mk
parentb35dcd7a1811c6151469fc023e6a40616ca83497 (diff)
downloadsamba-8562bbdce5fd2711f527c3922b684f651f68c7f7.tar.gz
samba-8562bbdce5fd2711f527c3922b684f651f68c7f7.tar.bz2
samba-8562bbdce5fd2711f527c3922b684f651f68c7f7.zip
pyxattr: Move to the same directory as the xattr code.
Diffstat (limited to 'source4/ntvfs/posix/config.mk')
-rw-r--r--source4/ntvfs/posix/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk
index 1aaef3f1d4..bf8b573b08 100644
--- a/source4/ntvfs/posix/config.mk
+++ b/source4/ntvfs/posix/config.mk
@@ -77,3 +77,14 @@ ntvfs_posix_OBJ_FILES = $(addprefix $(ntvfssrcdir)/posix/, \
$(eval $(call proto_header_template,$(ntvfssrcdir)/posix/vfs_posix_proto.h,$(ntvfs_posix_OBJ_FILES:.o=.c)))
+[PYTHON::python_xattr_native]
+LIBRARY_REALNAME = samba/xattr_native.$(SHLIBEXT)
+PRIVATE_DEPENDENCIES = LIBNDR LIBLDB SAMDB CREDENTIALS python_dcerpc_security pyparam_util WRAP_XATTR
+
+python_xattr_native_OBJ_FILES = $(ntvfssrcdir)/posix/python/pyxattr_native.o
+
+[PYTHON::python_xattr_tdb]
+LIBRARY_REALNAME = samba/xattr_tdb.$(SHLIBEXT)
+PRIVATE_DEPENDENCIES = LIBNDR LIBLDB python_dcerpc_security pyparam_util share
+
+python_xattr_tdb_OBJ_FILES = $(ntvfssrcdir)/posix/python/pyxattr_tdb.o $(ntvfssrcdir)/posix/xattr_tdb.o