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

jelmer at samba.org jelmer at samba.org
Sun Nov 6 13:21:23 GMT 2005


Author: jelmer
Date: 2005-11-06 13:21:22 +0000 (Sun, 06 Nov 2005)
New Revision: 11534

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

Log:
Consider ntvfs as a library

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	2005-11-06 12:24:33 UTC (rev 11533)
+++ branches/SAMBA_4_0/source/ntvfs/config.mk	2005-11-06 13:21:22 UTC (rev 11534)
@@ -73,7 +73,11 @@
 
 ################################################
 # Start SUBSYSTEM NTVFS
-[SUBSYSTEM::NTVFS]
+[LIBRARY::NTVFS]
+PUBLIC_HEADERS = ntvfs.h
+MAJOR_VERSION = 0
+MINOR_VERSION = 0
+RELEASE_VERSION = 1
 INIT_OBJ_FILES = \
 		ntvfs_base.o
 ADD_OBJ_FILES = \



More information about the samba-cvs mailing list