summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-09-20 07:28:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:52 -0500
commit8a1c3ddd947039bf3b62efd94d3429359b593e15 (patch)
tree624a515f2654edd6854e7567173d9ce083eb925d /source4/ntvfs/config.mk
parent421c0d2a187481c74ebee0937be9ba0a47752fa6 (diff)
downloadsamba-8a1c3ddd947039bf3b62efd94d3429359b593e15.tar.gz
samba-8a1c3ddd947039bf3b62efd94d3429359b593e15.tar.bz2
samba-8a1c3ddd947039bf3b62efd94d3429359b593e15.zip
r2436: the second big lump of posix vfs code.
this is still just a skeleton, and many of the functions are just based on the simple vfs backend, they are there to allow me to run smbtorture tests against the real parts of the posix backend. (This used to be commit f2fa7fe565e89360dba3bb5434d3a6a36f398348)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 2298fcd554..416b14a3b3 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -50,6 +50,13 @@ ADD_OBJ_FILES = \
ntvfs/posix/pvfs_dirlist.o \
ntvfs/posix/pvfs_fileinfo.o \
ntvfs/posix/pvfs_unlink.o \
+ ntvfs/posix/pvfs_mkdir.o \
+ ntvfs/posix/pvfs_open.o \
+ ntvfs/posix/pvfs_read.o \
+ ntvfs/posix/pvfs_write.o \
+ ntvfs/posix/pvfs_fsinfo.o \
+ ntvfs/posix/pvfs_qfileinfo.o \
+ ntvfs/posix/pvfs_setfileinfo.o \
ntvfs/posix/pvfs_resolve.o \
ntvfs/posix/pvfs_shortname.o
# End MODULE ntvfs_posix