summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorOlivier Sessink <oliviersessink@gmail.com>2010-01-11 21:53:37 +0100
committerVolker Lendecke <vl@samba.org>2010-01-12 22:57:18 +0100
commit31e142854bbb29132143f895dee9568576175dd5 (patch)
treed9239d90846d2394c5ed9652ecd04075f1f9be2e /source3/Makefile.in
parent3d184399a5ac3604b78ca8cdd5d4e1e3f6412b2d (diff)
downloadsamba-31e142854bbb29132143f895dee9568576175dd5.tar.gz
samba-31e142854bbb29132143f895dee9568576175dd5.tar.bz2
samba-31e142854bbb29132143f895dee9568576175dd5.zip
s3: Add the "scannedonly" vfs virus scanner interface module
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index bbacdb15cc..f87cb88801 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -740,6 +740,7 @@ VFS_ONEFS_SHADOW_COPY_OBJ = modules/vfs_onefs_shadow_copy.o modules/onefs_shadow
PERFCOUNT_ONEFS_OBJ = modules/perfcount_onefs.o
PERFCOUNT_TEST_OBJ = modules/perfcount_test.o
VFS_DIRSORT_OBJ = modules/vfs_dirsort.o
+VFS_SCANNEDONLY_OBJ = modules/vfs_scannedonly.o
PLAINTEXT_AUTH_OBJ = auth/pampass.o auth/pass_check.o
@@ -2830,6 +2831,10 @@ bin/dirsort.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_DIRSORT_OBJ)
@echo "Building plugin $@"
@$(SHLD_MODULE) $(VFS_DIRSORT_OBJ)
+bin/scannedonly.@SHLIBEXT@: $(BINARY_PREREQS) $(VFS_SCANNEDONLY_OBJ)
+ @echo "Building plugin $@"
+ @$(SHLD_MODULE) $(VFS_SCANNEDONLY_OBJ)
+
#########################################################
## IdMap NSS plugins