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

metze at samba.org metze at samba.org
Mon Apr 16 10:36:52 GMT 2007


Author: metze
Date: 2007-04-16 10:36:51 +0000 (Mon, 16 Apr 2007)
New Revision: 22258

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

Log:
make ntvfs a library again

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/config.mk
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/config.mk	2007-04-16 10:36:15 UTC (rev 22257)
+++ branches/SAMBA_4_0/source/ntvfs/config.mk	2007-04-16 10:36:51 UTC (rev 22258)
@@ -79,11 +79,11 @@
 
 ################################################
 # Start SUBSYSTEM NTVFS
-[SUBSYSTEM::ntvfs]
+[LIBRARY::ntvfs]
 PUBLIC_HEADERS = ntvfs.h
-#VERSION = 0.0.1
-#SO_VERSION = 0
-#DESCRIPTION = Virtual File System with NTFS semantics
+VERSION = 0.0.1
+SO_VERSION = 0
+DESCRIPTION = Virtual File System with NTFS semantics
 PRIVATE_PROTO_HEADER = ntvfs_proto.h
 OBJ_FILES = \
 		ntvfs_base.o \



More information about the samba-cvs mailing list