Samba-VirusFilter: Sophos VFS backend.
[npower/samba.git] / source3 / modules / wscript_build
index f417947737601f3be652e9529f3d44f7218fdfbb..14fddb3b30eb023941d642f556fb07ebdc90c02c 100644 (file)
@@ -512,7 +512,10 @@ bld.SAMBA3_MODULE('vfs_snapper',
 
 bld.SAMBA3_MODULE('vfs_virusfilter',
                  subsystem='vfs',
-                 source='vfs_virusfilter.c',
+                 source='''
+                 vfs_virusfilter.c
+                 vfs_virusfilter_sophos.c
+                 ''',
                  deps='samba-util VFS_VIRUSFILTER_UTILS',
                  init_function='',
                  internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_virusfilter'),