svn commit: samba r14835 - in branches/SAMBA_4_0/source/ntvfs: . common

tridge at samba.org tridge at samba.org
Fri Mar 31 03:02:39 GMT 2006


Author: tridge
Date: 2006-03-31 03:02:39 +0000 (Fri, 31 Mar 2006)
New Revision: 14835

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14835

Log:

split out the config rules for the ntvfs/common/ directory

Added:
   branches/SAMBA_4_0/source/ntvfs/common/config.mk
Modified:
   branches/SAMBA_4_0/source/ntvfs/config.mk


Changeset:
Added: branches/SAMBA_4_0/source/ntvfs/common/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/config.mk	2006-03-31 00:50:17 UTC (rev 14834)
+++ branches/SAMBA_4_0/source/ntvfs/common/config.mk	2006-03-31 03:02:39 UTC (rev 14835)
@@ -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
+################################################

Modified: branches/SAMBA_4_0/source/ntvfs/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/config.mk	2006-03-31 00:50:17 UTC (rev 14834)
+++ branches/SAMBA_4_0/source/ntvfs/config.mk	2006-03-31 03:02:39 UTC (rev 14835)
@@ -1,5 +1,6 @@
 # NTVFS Server subsystem
 include posix/config.mk
+include common/config.mk
 include unixuid/config.mk
 
 ################################################
@@ -75,11 +76,7 @@
 		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



More information about the samba-cvs mailing list