summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-03-31 03:02:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:24 -0500
commit07372df2fae85aaabc3858aa87466b50882cbd76 (patch)
tree801d938ffe726ce8169286b614a10c9f872b4e62 /source4
parentf964db91e7e3bc893b4c7feaab0f9d37c325d9d3 (diff)
downloadsamba-07372df2fae85aaabc3858aa87466b50882cbd76.tar.gz
samba-07372df2fae85aaabc3858aa87466b50882cbd76.tar.bz2
samba-07372df2fae85aaabc3858aa87466b50882cbd76.zip
r14835: split out the config rules for the ntvfs/common/ directory
(This used to be commit 33495d19cf0263f6df5ec935f51c68bde84b1d01)
Diffstat (limited to 'source4')
-rw-r--r--source4/ntvfs/common/config.mk13
-rw-r--r--source4/ntvfs/config.mk7
2 files changed, 15 insertions, 5 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk
new file mode 100644
index 0000000000..e10f0fc8c1
--- /dev/null
+++ b/source4/ntvfs/common/config.mk
@@ -0,0 +1,13 @@
+################################################
+# Start MODULE ntvfs_common
+[MODULE::ntvfs_common]
+SUBSYSTEM = ntvfs
+PRIVATE_PROTO_HEADER = vfs_common_proto.h
+OBJ_FILES = \
+ brlock.o \
+ opendb.o \
+ notify.o \
+ sidmap.o
+REQUIRED_SUBSYSTEMS =
+# End MODULE ntvfs_common
+################################################
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index eb675c38e3..f17097e356 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -1,5 +1,6 @@
# NTVFS Server subsystem
include posix/config.mk
+include common/config.mk
include unixuid/config.mk
################################################
@@ -75,11 +76,7 @@ OBJ_FILES = \
ntvfs_base.o \
ntvfs_generic.o \
ntvfs_interface.o \
- ntvfs_util.o \
- common/brlock.o \
- common/opendb.o \
- common/notify.o \
- common/sidmap.o
+ ntvfs_util.o
REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY
#
# End SUBSYSTEM NTVFS