From 72c28b3c1e522773fd160c1f977e464a05016035 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 6 Nov 2005 13:21:22 +0000 Subject: r11534: Consider ntvfs as a library (This used to be commit f9bbc83f5316773520ce06c267ac9c0f1eb189e6) --- source4/ntvfs/config.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/ntvfs/config.mk') 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 = \ -- cgit