diff options
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r-- | source4/ntvfs/config.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 25dd51b487..2298fcd554 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -44,6 +44,14 @@ INIT_OBJ_FILES = \ [MODULE::ntvfs_posix] INIT_OBJ_FILES = \ ntvfs/posix/vfs_posix.o +ADD_OBJ_FILES = \ + ntvfs/posix/pvfs_util.o \ + ntvfs/posix/pvfs_search.o \ + ntvfs/posix/pvfs_dirlist.o \ + ntvfs/posix/pvfs_fileinfo.o \ + ntvfs/posix/pvfs_unlink.o \ + ntvfs/posix/pvfs_resolve.o \ + ntvfs/posix/pvfs_shortname.o # End MODULE ntvfs_posix ################################################ |