From aabf459ca6c7841308ace365fb5df90331d54d92 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 16 Apr 2007 10:36:51 +0000 Subject: r22258: make ntvfs a library again metze (This used to be commit 26566222ec6ff221d8d8c971f5a1d6d9d4952e30) --- source4/ntvfs/config.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source4/ntvfs/config.mk') diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index 66b902a753..8dd71ed56f 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -79,11 +79,11 @@ OBJ_FILES = \ ################################################ # 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 \ -- cgit