diff options
-rw-r--r-- | source4/ntvfs/config.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index a61c84770d..2ab484610e 100644 --- a/source4/ntvfs/config.mk +++ b/source4/ntvfs/config.mk @@ -73,7 +73,11 @@ ADD_OBJ_FILES = \ ################################################ # 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 = \ |