r14835: split out the config rules for the ntvfs/common/ directory
authorAndrew Tridgell <tridge@samba.org>
Fri, 31 Mar 2006 03:02:39 +0000 (03:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:59:24 +0000 (13:59 -0500)
source/ntvfs/common/config.mk [new file with mode: 0644]
source/ntvfs/config.mk

diff --git a/source/ntvfs/common/config.mk b/source/ntvfs/common/config.mk
new file mode 100644 (file)
index 0000000..e10f0fc
--- /dev/null
@@ -0,0 +1,13 @@
+################################################
+# Start MODULE ntvfs_common
+[MODULE::ntvfs_common]
+SUBSYSTEM = ntvfs
+PRIVATE_PROTO_HEADER = vfs_common_proto.h
+OBJ_FILES = \
+               brlock.o \
+               opendb.o \
+               notify.o \
+               sidmap.o
+REQUIRED_SUBSYSTEMS = 
+# End MODULE ntvfs_common
+################################################
index eb675c38e333c22350d05c87a1e547d76f935713..f17097e356630de22da5acd1b1ae473950fcb1c3 100644 (file)
@@ -1,5 +1,6 @@
 # NTVFS Server subsystem
 include posix/config.mk
+include common/config.mk
 include unixuid/config.mk
 
 ################################################
@@ -75,11 +76,7 @@ OBJ_FILES = \
                ntvfs_base.o \
                ntvfs_generic.o \
                ntvfs_interface.o \
-               ntvfs_util.o \
-               common/brlock.o \
-               common/opendb.o \
-               common/notify.o \
-               common/sidmap.o
+               ntvfs_util.o
 REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY
 #
 # End SUBSYSTEM NTVFS