svn commit: samba r14993 - in branches/SAMBA_4_0/source/ntvfs: common sysdep

jelmer at samba.org jelmer at samba.org
Sat Apr 8 13:53:12 GMT 2006


Author: jelmer
Date: 2006-04-08 13:53:11 +0000 (Sat, 08 Apr 2006)
New Revision: 14993

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

Log:
Make subsystems again

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


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/common/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/common/config.mk	2006-04-08 13:44:40 UTC (rev 14992)
+++ branches/SAMBA_4_0/source/ntvfs/common/config.mk	2006-04-08 13:53:11 UTC (rev 14993)
@@ -1,10 +1,7 @@
 ################################################
 # Start LIBRARY ntvfs_common
-[LIBRARY::ntvfs_common]
+[SUBSYSTEM::ntvfs_common]
 PRIVATE_PROTO_HEADER = proto.h
-VERSION = 0.0.1
-SO_VERSION = 0
-DESCRIPTION = Generic Code for use in NTVFS modules
 OBJ_FILES = \
 		init.o \
 		brlock.o \


Property changes on: branches/SAMBA_4_0/source/ntvfs/sysdep
___________________________________________________________________
Name: svn:ignore
   + *.d


Modified: branches/SAMBA_4_0/source/ntvfs/sysdep/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/sysdep/config.mk	2006-04-08 13:44:40 UTC (rev 14992)
+++ branches/SAMBA_4_0/source/ntvfs/sysdep/config.mk	2006-04-08 13:53:11 UTC (rev 14993)
@@ -10,11 +10,7 @@
 
 ################################################
 # Start SUBSYSTEM sys_notify
-[LIBRARY::sys_notify]
-PUBLIC_HEADERS = sys_notify.h
-VERSION = 0.0.1
-SO_VERSION = 0
-DESCRIPTION = File System Notify Abstraction Layer
+[SUBSYSTEM::sys_notify]
 OBJ_FILES = \
 		sys_notify.o
 REQUIRED_SUBSYSTEMS = 



More information about the samba-cvs mailing list