summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authortodd stecher <todd.stecher@gmail.com>2009-02-08 23:12:02 -0800
committerTim Prouty <tprouty@samba.org>2009-02-09 13:23:44 -0800
commitf8c0d2fe010e06bed02fab7f51e000907535416a (patch)
tree4b014de586dd9d11398b2ec99db2311f8eb3960d /source3/Makefile.in
parent54c51a66e3e31c70a641d7efac2d4b08c3007278 (diff)
downloadsamba-f8c0d2fe010e06bed02fab7f51e000907535416a.tar.gz
samba-f8c0d2fe010e06bed02fab7f51e000907535416a.tar.bz2
samba-f8c0d2fe010e06bed02fab7f51e000907535416a.zip
S3 OneFS: Add in Isilon specific performance counter module
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 a775eafe05..942c5b33ae 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -665,6 +665,7 @@ VFS_ACL_TDB_OBJ = modules/vfs_acl_tdb.o
VFS_SMB_TRAFFIC_ANALYZER_OBJ = modules/vfs_smb_traffic_analyzer.o
VFS_ONEFS_OBJ = modules/vfs_onefs.o modules/onefs_acl.o modules/onefs_system.o \
modules/onefs_open.o modules/onefs_streams.o
+PERFCOUNT_ONEFS_OBJ = modules/perfcount_onefs.o
PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o
@@ -2555,6 +2556,10 @@ bin/onefs.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_ONEFS_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_ONEFS_OBJ) @ONEFS_LIBS@
+bin/pc_onefs.@SHLIBEXT@: $(BINARY_PREREQS) $(PERFCOUNT_ONEFS_OBJ)
+ @echo "Building plugin $@"
+ @$(SHLD_MODULE) $(PERFCOUNT_ONEFS_OBJ)
+
bin/registry.@SHLIBEXT@: $(BINARY_PREREQS) libgpo/gpext/registry.o
@echo "Building plugin $@"
@$(SHLD_MODULE) libgpo/gpext/registry.o