Enable building the notify_fam module.
authorMichael Adam <obnox@samba.org>
Wed, 9 Jan 2008 23:45:54 +0000 (00:45 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 9 Jan 2008 23:48:03 +0000 (00:48 +0100)
Found by Timur I. Bakeyev <timur@com.bat.ru>.

Michael
(This used to be commit ece34fd2fe4bcd3f88a31a42faaba89248da3ba9)

source3/configure.in

index 5eb85c727d12bf0d46f861b617cd3d46ccb9649a..d69928cf1694e46911a35ec6a399f5aaf82bdcdd 100644 (file)
@@ -6494,6 +6494,8 @@ SMB_MODULE(vfs_readahead, \$(VFS_READAHEAD_OBJ), "bin/readahead.$SHLIBEXT", VFS)
 SMB_MODULE(vfs_fileid, \$(VFS_FILEID_OBJ), "bin/fileid.$SHLIBEXT", VFS)
 SMB_MODULE(vfs_syncops, \$(VFS_SYNCOPS_OBJ), "bin/syncops.$SHLIBEXT", VFS)
 SMB_MODULE(vfs_zfsacl, \$(VFS_ZFSACL_OBJ), "bin/zfsacl.$SHLIBEXT", VFS)
+SMB_MODULE(vfs_notify_fam, \$(VFS_NOTIFY_FAM_OBJ), "bin/notify_fam.$SHLIBEXT", VFS)
+
 
 SMB_SUBSYSTEM(VFS,smbd/vfs.o)