summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authortodd stecher <todd.stecher@gmail.com>2009-02-11 22:28:20 -0800
committerTim Prouty <tprouty@samba.org>2009-02-13 12:59:30 -0800
commitdbe2588e4659579feec76b3e1d7c4595ecdf8242 (patch)
tree2154973ce490a2fac396d3c5f5556dbfd3cb5583 /source3/Makefile.in
parentad07bb8dbd1c188d1c8840fd8aee893a11115140 (diff)
downloadsamba-dbe2588e4659579feec76b3e1d7c4595ecdf8242.tar.gz
samba-dbe2588e4659579feec76b3e1d7c4595ecdf8242.tar.bz2
samba-dbe2588e4659579feec76b3e1d7c4595ecdf8242.zip
s3: Test module for perfcount system
Add 'perfcount module = pc_test' to exercise this module. Results are logged into smb.log every 50 operations (configurable via smb.conf).
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 144c81a467..9bac7191fa 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -668,6 +668,7 @@ VFS_ONEFS_OBJ = modules/vfs_onefs.o modules/onefs_acl.o modules/onefs_system.o \
modules/onefs_open.o modules/onefs_streams.o modules/onefs_dir.c \
modules/onefs_cbrl.o
PERFCOUNT_ONEFS_OBJ = modules/perfcount_onefs.o
+PERFCOUNT_TEST_OBJ = modules/perfcount_test.o
PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o
@@ -2562,6 +2563,10 @@ bin/pc_onefs.@SHLIBEXT@: $(BINARY_PREREQS) $(PERFCOUNT_ONEFS_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(PERFCOUNT_ONEFS_OBJ)
+bin/pc_test.@SHLIBEXT@: $(BINARY_PREREQS) $(PERFCOUNT_TEST_OBJ)
+ @echo "Building plugin $@"
+ @$(SHLD_MODULE) $(PERFCOUNT_TEST_OBJ)
+
bin/registry.@SHLIBEXT@: $(BINARY_PREREQS) libgpo/gpext/registry.o
@echo "Building plugin $@"
@$(SHLD_MODULE) libgpo/gpext/registry.o