From ceb6e9717bf8ea5c83a01e159a7006fd8651620c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 7 Mar 2006 16:41:04 +0000 Subject: r13960: Generate makefile rules for installing/removing shared modules. (This used to be commit 2c746980328431ab04852dc668899e3eb042da99) --- source4/ntvfs/config.mk | 12 ++++++------ source4/ntvfs/posix/config.mk | 2 +- source4/ntvfs/unixuid/config.mk | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'source4/ntvfs') diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 84ec59e028..4ed2bcf7c3 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -6,7 +6,7 @@ include unixuid/config.mk # Start MODULE ntvfs_cifs [MODULE::ntvfs_cifs] INIT_FUNCTION = ntvfs_cifs_init -SUBSYSTEM = NTVFS +SUBSYSTEM = ntvfs OBJ_FILES = \ cifs/vfs_cifs.o REQUIRED_SUBSYSTEMS = \ @@ -18,7 +18,7 @@ REQUIRED_SUBSYSTEMS = \ # Start MODULE ntvfs_simple [MODULE::ntvfs_simple] INIT_FUNCTION = ntvfs_simple_init -SUBSYSTEM = NTVFS +SUBSYSTEM = ntvfs PRIVATE_PROTO_HEADER = simple/proto.h OBJ_FILES = \ simple/vfs_simple.o \ @@ -30,7 +30,7 @@ OBJ_FILES = \ # Start MODULE ntvfs_print [MODULE::ntvfs_print] INIT_FUNCTION = ntvfs_print_init -SUBSYSTEM = NTVFS +SUBSYSTEM = ntvfs OBJ_FILES = \ print/vfs_print.o # End MODULE ntvfs_print @@ -39,7 +39,7 @@ OBJ_FILES = \ ################################################ # Start MODULE ntvfs_ipc [MODULE::ntvfs_ipc] -SUBSYSTEM = NTVFS +SUBSYSTEM = ntvfs INIT_FUNCTION = ntvfs_ipc_init PRIVATE_PROTO_HEADER = ipc/proto.h OBJ_FILES = \ @@ -54,7 +54,7 @@ OBJ_FILES = \ ################################################ # Start MODULE ntvfs_nbench [MODULE::ntvfs_nbench] -SUBSYSTEM = NTVFS +SUBSYSTEM = ntvfs INIT_FUNCTION = ntvfs_nbench_init OBJ_FILES = \ nbench/vfs_nbench.o @@ -64,7 +64,7 @@ OBJ_FILES = \ ################################################ # Start SUBSYSTEM NTVFS -[LIBRARY::NTVFS] +[LIBRARY::ntvfs] PUBLIC_HEADERS = ntvfs.h MAJOR_VERSION = 0 MINOR_VERSION = 0 diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index 85fcc10e06..ccf2c2d1a9 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -1,7 +1,7 @@ ################################################ # Start MODULE ntvfs_posix [MODULE::ntvfs_posix] -SUBSYSTEM = NTVFS +SUBSYSTEM = ntvfs INIT_FUNCTION = ntvfs_posix_init PRIVATE_PROTO_HEADER = vfs_posix_proto.h OBJ_FILES = \ diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk index bb811bca2b..3fdeb79e3d 100644 --- a/source4/ntvfs/unixuid/config.mk +++ b/source4/ntvfs/unixuid/config.mk @@ -2,7 +2,7 @@ # Start MODULE ntvfs_unixuid [MODULE::ntvfs_unixuid] INIT_FUNCTION = ntvfs_unixuid_init -SUBSYSTEM = NTVFS +SUBSYSTEM = ntvfs OBJ_FILES = \ vfs_unixuid.o # End MODULE ntvfs_unixuid -- cgit