summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-04-08 13:53:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:00:52 -0500
commitfd4a8ad8c38ea94355ba22a0b622163b3f541c5e (patch)
tree937acdd635322c6234e40cc4147d96ce777ae582 /source4
parent8a069bcc53bbd0334d58f199e9d81f0f62ab7225 (diff)
downloadsamba-fd4a8ad8c38ea94355ba22a0b622163b3f541c5e.tar.gz
samba-fd4a8ad8c38ea94355ba22a0b622163b3f541c5e.tar.bz2
samba-fd4a8ad8c38ea94355ba22a0b622163b3f541c5e.zip
r14993: Make subsystems again
(This used to be commit d55b040bd280c86423f2a620dfc0341accb23cc4)
Diffstat (limited to 'source4')
-rw-r--r--source4/ntvfs/common/config.mk5
-rw-r--r--source4/ntvfs/sysdep/config.mk6
2 files changed, 2 insertions, 9 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk
index 96ddfb348b..5b2c8ddba7 100644
--- a/source4/ntvfs/common/config.mk
+++ b/source4/ntvfs/common/config.mk
@@ -1,10 +1,7 @@
################################################
# Start LIBRARY ntvfs_common
-[LIBRARY::ntvfs_common]
+[SUBSYSTEM::ntvfs_common]
PRIVATE_PROTO_HEADER = proto.h
-VERSION = 0.0.1
-SO_VERSION = 0
-DESCRIPTION = Generic Code for use in NTVFS modules
OBJ_FILES = \
init.o \
brlock.o \
diff --git a/source4/ntvfs/sysdep/config.mk b/source4/ntvfs/sysdep/config.mk
index 3b3681adef..91d739f7b7 100644
--- a/source4/ntvfs/sysdep/config.mk
+++ b/source4/ntvfs/sysdep/config.mk
@@ -10,11 +10,7 @@ OBJ_FILES = \
################################################
# Start SUBSYSTEM sys_notify
-[LIBRARY::sys_notify]
-PUBLIC_HEADERS = sys_notify.h
-VERSION = 0.0.1
-SO_VERSION = 0
-DESCRIPTION = File System Notify Abstraction Layer
+[SUBSYSTEM::sys_notify]
OBJ_FILES = \
sys_notify.o
REQUIRED_SUBSYSTEMS =