summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-08-13 18:15:03 +0200
committerRalph Böhme <slow@samba.org>2015-08-20 16:06:20 +0200
commit72e0885413d1de4206ceec2046b5e7a610116faf (patch)
tree9e4afe6e06d48f34b1d9271f65a38f81ac9e4041 /source3/wscript
parenta184951673ef6cd69c1356e6ea0ee4622bd01312 (diff)
downloadsamba-72e0885413d1de4206ceec2046b5e7a610116faf.tar.gz
s3:wscript: remove leftover from vfs_notify_fam
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript
index 8dcde59db8e..2c4fe3bdb48 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -1640,9 +1640,6 @@ main() {
and conf.CONFIG_SET('HAVE_BASENAME') and conf.CONFIG_SET('HAVE_DIRNAME')):
default_shared_modules.extend(TO_LIST('vfs_btrfs'))
- if conf.CONFIG_SET('SAMBA_FAM_LIBS'):
- default_shared_modules.extend(TO_LIST('vfs_notify_fam'))
-
if conf.CONFIG_SET("HAVE_CEPH"):
default_shared_modules.extend(TO_LIST('vfs_ceph'))