diff options
-rw-r--r-- | source4/ntvfs/config.mk | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |