samba-vscan Makefile.in,1.19.2.12,1.19.2.13 configure.in,1.17.2.14,1.17.2.15

Rainer Link <[email protected]>
Newsgroups gmane.comp.security.virus.openantivirus.cvs
Message-ID <[email protected]>
Update of /cvsroot/openantivirus/samba-vscan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31114

Modified Files:
      Tag: VSCAN_0_3
	Makefile.in configure.in 
Log Message:
initial support for Kaspersky AntiVirus 5.x by Tobias Reifenberger


Index: Makefile.in
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/Makefile.in,v
retrieving revision 1.19.2.12
retrieving revision 1.19.2.13
diff -u -d -r1.19.2.12 -r1.19.2.13
--- Makefile.in	5 Dec 2003 13:21:07 -0000	1.19.2.12
+++ Makefile.in	30 Apr 2004 20:26:28 -0000	1.19.2.13
@@ -112,10 +112,13 @@
 MCDAEMON_OBJS = nai/vscan-mcdaemon.o nai/vscan-mcdaemon_core.o
 vscan-mcdaemon_OBJS = $(GLOBAL_OBJS) $(MCDAEMON_OBJS)
 
+KAV5_OBJS = kav5/vscan-kav5.o kav5/vscan-kav5_core.o
+vscan-kav5_OBJS = $(GLOBAL_OBJS) $(KAV5_OBJS)
+
 CLEAN_OBJS = $(GLOBAL_OBJS) $(OAV_OBJS) $(SOPHOS_OBJS) $(FPROT_OBJS) \
 		$(TREND_OBJS) $(ICAP_OBJS) $(MKS_OBJS) $(libmksd_OBJS) \
 		$(SYMANTEC_OBJS) $(KASPERSKY_OBJS) $(libkavdc_OBJS) \
-		$(CLAMAV_OBJS) $(FSAV_OBJS) $(MCDAEMON_OBJS)
+		$(CLAMAV_OBJS) $(FSAV_OBJS) $(MCDAEMON_OBJS) $(KAV5_OBJS)
 
 # Pattern rules
 
@@ -280,6 +283,18 @@
 nai: vscan-mcdaemon.$(SHLIBEXT)
 
 
+vscan-kav5.$(SHLIBEXT): $(vscan-kav5_OBJS:[email protected]@[email protected]@)
+	@echo "Linking $@"
+	@if test -n "$(${*}_LIBS)" -o -n "$(GLOBAL_LIBS)";then \
+	    echo "with libs: $(${*}_LIBS) $(GLOBAL_LIBS)"; \
+	fi
+	@$(SHLD) $(LDSHFLAGS) $(LDFLAGS) \
+		$(${*}_OBJS:[email protected]@[email protected]@) \
+		-o $@ @SONAMEFLAG@`basename $@` $(${*}_LIBS) $(GLOBAL_LIBS)
+
+kav5: vscan-kav5.$(SHLIBEXT)
+
+
 all: @VSCAN_BACKENDS@
 
 install: all

Index: configure.in
===================================================================
RCS file: /cvsroot/openantivirus/samba-vscan/configure.in,v
retrieving revision 1.17.2.14
retrieving revision 1.17.2.15
diff -u -d -r1.17.2.14 -r1.17.2.15
--- configure.in	3 Mar 2004 15:51:53 -0000	1.17.2.14
+++ configure.in	30 Apr 2004 20:26:28 -0000	1.17.2.15
@@ -663,7 +663,7 @@
 #
 # VSCAN BACKENDS
 #
-VSCAN_BACKENDS="oav sophos fprotd fsav trend icap mksd kavp clamav nai"
+VSCAN_BACKENDS="oav sophos fprotd fsav trend icap mksd kavp clamav nai kav5"
 AC_SUBST(VSCAN_BACKENDS)
 
 ###########################################################



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.