summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-03-08 07:17:15 +0000
committerAndrew Tridgell <tridge@samba.org>2004-03-08 07:17:15 +0000
commitb53aad11d59b32d70ac189525795446f47ad8cd2 (patch)
tree120de99409460613f50b37a0ffa5562de6832802 /source4/ntvfs/config.m4
parentab615698ad385b3ec9c8bde9100dde9f8e5a7b20 (diff)
downloadsamba-b53aad11d59b32d70ac189525795446f47ad8cd2.tar.gz
samba-b53aad11d59b32d70ac189525795446f47ad8cd2.tar.bz2
samba-b53aad11d59b32d70ac189525795446f47ad8cd2.zip
added the "nbench" ntvfs backend. This is used to capture NBENCH load
files, and also serves as an example of how to write a NTVFS filter module for Samba4. (This used to be commit 04f8996dd32d92c5df1b6b1b27c6e71e99bc77da)
Diffstat (limited to 'source4/ntvfs/config.m4')
-rw-r--r--source4/ntvfs/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/ntvfs/config.m4 b/source4/ntvfs/config.m4
index aabaa7edfc..58d0768d7a 100644
--- a/source4/ntvfs/config.m4
+++ b/source4/ntvfs/config.m4
@@ -12,6 +12,8 @@ SMB_MODULE(ntvfs_ipc, NTVFS, STATIC, [ntvfs/ipc/vfs_ipc.o])
SMB_MODULE(ntvfs_posix, NTVFS, NOT, [ntvfs/posix/vfs_posix.o])
+SMB_MODULE(ntvfs_nbench, NTVFS, STATIC, [ntvfs/nbench/vfs_nbench.o])
+
SMB_SUBSYSTEM(NTVFS,ntvfs/ntvfs_base.o,
[ntvfs/ntvfs_generic.o ntvfs/ntvfs_util.o],
ntvfs_public_proto.h)