From 07372df2fae85aaabc3858aa87466b50882cbd76 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 31 Mar 2006 03:02:39 +0000 Subject: r14835: split out the config rules for the ntvfs/common/ directory (This used to be commit 33495d19cf0263f6df5ec935f51c68bde84b1d01) --- source4/ntvfs/common/config.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source4/ntvfs/common/config.mk (limited to 'source4/ntvfs/common') 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 +################################################ -- cgit