summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-20 16:28:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-21 03:54:42 +0100
commit03023c4f7d8c7bc6716982db86e8167f1ac6331b (patch)
treed4089d875127a1c892656020d7743b9da7f77570 /source4/ntvfs/config.mk
parentb126f1ca4d71b6801032478d8c56453593b27825 (diff)
downloadsamba-03023c4f7d8c7bc6716982db86e8167f1ac6331b.tar.gz
build: Demote a bunch of libraries to subsystems. This makes packaging easier and should also make it easier
to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index ae8d5d9b4ab..017614b7bed 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -79,11 +79,8 @@ OBJ_FILES = \
################################################
# Start SUBSYSTEM NTVFS
-[LIBRARY::ntvfs]
+[SUBSYSTEM::ntvfs]
PUBLIC_HEADERS = ntvfs.h
-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 \