summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-12 14:56:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:37 -0500
commit3529cf25eb9c2cfb2a960f8e95f9ecdb264063b1 (patch)
treed6678669eaef1abd0befb6bf50f0aa3bbd32705a
parenta88ac66d989b5a852fa73a1848a3f17de31e83cb (diff)
downloadsamba-3529cf25eb9c2cfb2a960f8e95f9ecdb264063b1.tar.gz
samba-3529cf25eb9c2cfb2a960f8e95f9ecdb264063b1.tar.bz2
samba-3529cf25eb9c2cfb2a960f8e95f9ecdb264063b1.zip
r22200: make ntvfs a subsystem as linking ntvfs.so.1 uses
ca. 800 cmdline args to ld and that fails on some hosts in the build-farm, lets see if they will be happier now metze (This used to be commit fda810ff129646535e9fa6d2b2c77559b5d58f92)
-rw-r--r--source4/ntvfs/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 8dd71ed56f..66b902a753 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -79,11 +79,11 @@ 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
+#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 \