summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/posix/config.mk')
-rw-r--r--source4/ntvfs/posix/config.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk
index cf406890c9..53c51cf805 100644
--- a/source4/ntvfs/posix/config.mk
+++ b/source4/ntvfs/posix/config.mk
@@ -3,9 +3,8 @@
[MODULE::ntvfs_posix]
SUBSYSTEM = NTVFS
INIT_FUNCTION = ntvfs_posix_init
-INIT_OBJ_FILES = \
- vfs_posix.o
-ADD_OBJ_FILES = \
+OBJ_FILES = \
+ vfs_posix.o \
pvfs_util.o \
pvfs_search.o \
pvfs_dirlist.o \