summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-08-08 10:38:36 +0200
committerChristian Ambach <ambi@samba.org>2012-08-17 18:25:53 +0200
commit3755a418ccee85d633aaac5047c007893ce63c73 (patch)
treee2a97282ff25ddeb98c1351857270dd84e1556fe /source3/Makefile.in
parent2c3a58db9e2149785486e6b6398615f2d226dc23 (diff)
downloadsamba-3755a418ccee85d633aaac5047c007893ce63c73.tar.gz
samba-3755a418ccee85d633aaac5047c007893ce63c73.tar.bz2
samba-3755a418ccee85d633aaac5047c007893ce63c73.zip
s3: Remove the gpfs_hsm_notify module
The functionality has been merged into vfs_gpfs Signed-off-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b8b055a593..57c6c1db1c 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -882,7 +882,6 @@ VFS_CACHEPRIME_OBJ = modules/vfs_cacheprime.o
VFS_PREALLOC_OBJ = modules/vfs_prealloc.o
VFS_COMMIT_OBJ = modules/vfs_commit.o
VFS_GPFS_OBJ = modules/vfs_gpfs.o modules/gpfs.o modules/nfs4_acls.o
-VFS_GPFS_HSM_NOTIFY_OBJ = modules/vfs_gpfs_hsm_notify.o
VFS_NOTIFY_FAM_OBJ = modules/vfs_notify_fam.o
VFS_READAHEAD_OBJ = modules/vfs_readahead.o
VFS_TSMSM_OBJ = modules/vfs_tsmsm.o
@@ -2849,10 +2848,6 @@ bin/gpfs.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_GPFS_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_GPFS_OBJ)
-bin/gpfs_hsm_notify.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_GPFS_HSM_NOTIFY_OBJ)
- @echo "Building plugin $@"
- @$(SHLD_MODULE) $(VFS_GPFS_HSM_NOTIFY_OBJ)
-
bin/notify_fam.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_NOTIFY_FAM_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_NOTIFY_FAM_OBJ) @SMB_FAM_LIBS@