summaryrefslogtreecommitdiffstats
path: root/source3/wscript
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/wscript
parent2c3a58db9e2149785486e6b6398615f2d226dc23 (diff)
downloadsamba-3755a418ccee85d633aaac5047c007893ce63c73.tar.gz
samba-3755a418ccee85d633aaac5047c007893ce63c73.tar.xz
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/wscript')
-rwxr-xr-xsource3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index 9b059fa1b37..c807ddcfc91 100755
--- a/source3/wscript
+++ b/source3/wscript
@@ -1507,7 +1507,7 @@ main() {
default_static_modules.extend(TO_LIST('charset_macosxfs'))
if conf.CONFIG_SET('HAVE_GPFS'):
- default_shared_modules.extend(TO_LIST('vfs_gpfs vfs_gpfs_hsm_notify'))
+ default_shared_modules.extend(TO_LIST('vfs_gpfs'))
explicit_shared_modules = TO_LIST(Options.options.shared_modules, delimiter=',')
explicit_static_modules = TO_LIST(Options.options.static_modules, delimiter=',')