diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 16:41:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:32 -0500 |
commit | ceb6e9717bf8ea5c83a01e159a7006fd8651620c (patch) | |
tree | 79b965506d85c0abcd5f14d22b86828d4caabdba /source4/ntvfs | |
parent | 967bff7d88f478b49bba9e04244fd9239c0cf3c8 (diff) | |
download | samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.gz samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.bz2 samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.zip |
r13960: Generate makefile rules for installing/removing shared modules.
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/config.mk | 12 | ||||
-rw-r--r-- | source4/ntvfs/posix/config.mk | 2 | ||||
-rw-r--r-- | source4/ntvfs/unixuid/config.mk | 2 |
3 files changed, 8 insertions, 8 deletions
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 |