summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-11 23:14:58 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:25:27 -0500
commit273d5f866653db0190c334c086bbfbd88d0ac3cb (patch)
tree5da840ac10a6e5d25759f35c5d76c26065d0cef9 /source4/ntvfs
parent547eef2cf1a7a279a3be81736f475120785af2ef (diff)
downloadsamba-273d5f866653db0190c334c086bbfbd88d0ac3cb.tar.gz
samba-273d5f866653db0190c334c086bbfbd88d0ac3cb.tar.bz2
samba-273d5f866653db0190c334c086bbfbd88d0ac3cb.zip
r19671: Fix remaining unresolved symbols in shared library build.
Fix starting tests in shared library build. (This used to be commit 3b65a0d6e491a57ed216dc0cd9c31d46e0cb6a35)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk
index 2d7a4dc928..7845b21662 100644
--- a/source4/ntvfs/posix/config.mk
+++ b/source4/ntvfs/posix/config.mk
@@ -5,7 +5,7 @@ INIT_FUNCTION = pvfs_acl_xattr_init
SUBSYSTEM = ntvfs
OBJ_FILES = \
pvfs_acl_xattr.o
-PRIVATE_DEPENDENCIES = NDR_XATTR
+PRIVATE_DEPENDENCIES = NDR_XATTR ntvfs_posix
# End MODULE pvfs_acl_xattr
################################################
@@ -16,6 +16,7 @@ INIT_FUNCTION = pvfs_acl_nfs4_init
SUBSYSTEM = ntvfs
OBJ_FILES = \
pvfs_acl_nfs4.o
+PRIVATE_DEPENDENCIES = NDR_NFS4ACL SAMDB ntvfs_posix
# End MODULE pvfs_acl_nfs4
################################################
@@ -23,6 +24,7 @@ OBJ_FILES = \
# Start MODULE ntvfs_posix
[MODULE::ntvfs_posix]
SUBSYSTEM = ntvfs
+OUTPUT_TYPE = INTEGRATED
INIT_FUNCTION = ntvfs_posix_init
PRIVATE_PROTO_HEADER = vfs_posix_proto.h
OBJ_FILES = \