summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
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/ntvfs/common
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/ntvfs/common')
-rw-r--r--source4/ntvfs/common/config.mk13
1 files changed, 13 insertions, 0 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
+################################################