clamav-devel/libclamav/Makefile.am
e3aaff8e
 #
f0bc32bd
 #  Copyright (C) 2002 - 2005 Tomasz Kojm <tkojm@clamav.net>
e3aaff8e
 #
 #  This program is free software; you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
 #  the Free Software Foundation; either version 2 of the License, or
 #  (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
 #  along with this program; if not, write to the Free Software
48b7b4a7
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 #  MA 02110-1301, USA.
e3aaff8e
 
 
478ce4b2
 INCLUDES = -I$(top_srcdir) -I@srcdir@/zziplib -I@srcdir@/mspack -I@srcdir@/unrar
e3aaff8e
 
 libclamav_la_LIBADD = @LIBCLAMAV_LIBS@
 
02b4b0c7
 libclamav_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@ -no-undefined
e3aaff8e
 
 include_HEADERS = clamav.h
 
 libclamav_la_SOURCES = \
77e42428
 	clamav.h \
8000d078
         matcher-ac.c \
         matcher-ac.h \
         matcher-bm.c \
         matcher-bm.h \
e3aaff8e
         matcher.c \
         matcher.h \
         md5.c \
         md5.h \
         others.c \
         others.h \
         readdb.c \
68fb8dd1
 	readdb.h \
43be1fc1
 	cvd.c \
6a2532ca
 	cvd.h \
 	dsig.c \
 	dsig.h \
e3aaff8e
         str.c \
 	str.h \
 	defaults.h \
 	scanners.c \
85dd8460
 	scanners.h \
888f5794
 	filetypes.c \
 	filetypes.h \
e3aaff8e
 	zziplib/zzip-conf.h \
 	zziplib/zzip-config.h \
 	zziplib/zzip-dir.c \
 	zziplib/zzip-err.c \
 	zziplib/zzip-file.c \
 	zziplib/zzip-file.h \
 	zziplib/zzip-info.c \
 	zziplib/zzip-io.c \
 	zziplib/zzip-io.h \
 	zziplib/zzip-stat.c \
 	zziplib/zzip-zip.c \
 	zziplib/zzip.h \
 	zziplib/zzipformat.h \
 	zziplib/zziplib.h \
 	zziplib/strc.c \
 	zziplib/strc.h \
 	blob.c \
 	blob.h \
 	mbox.c \
 	mbox.h \
 	message.c \
 	message.h \
afb48b28
 	snprintf.c \
 	snprintf.h \
e3aaff8e
 	strrcpy.c \
 	strrcpy.h \
 	table.c \
 	table.h \
 	text.c \
47bbbc56
 	text.h \
 	ole2_extract.c \
 	ole2_extract.h \
 	vba_extract.c \
f893c0f3
 	vba_extract.h \
341e5433
 	cltypes.h \
 	msexpand.c \
6307ca15
 	msexpand.h \
 	pe.c \
414abe87
 	pe.h \
 	mspack/cabd.c \
 	mspack/cab.h \
 	mspack/lzxd.c \
 	mspack/lzx.h \
 	mspack/mspack.h \
 	mspack/mszipd.c \
 	mspack/mszip.h \
 	mspack/qtmd.c \
 	mspack/qtm.h \
 	mspack/system.c \
342e27a5
 	mspack/system.h \
 	upx.c \
888f5794
 	upx.h \
 	htmlnorm.c \
a5373b64
 	htmlnorm.h \
 	chmunpack.c \
85dd8460
 	chmunpack.h \
 	rebuildpe.c \
 	rebuildpe.h \
 	petite.c \
5f1a932b
 	petite.h \
 	fsg.c \
1a83f3b9
 	fsg.h \
 	line.c \
2b259453
 	line.h \
 	untar.c \
c3a3be2d
 	untar.h \
 	special.c \
0f5e1958
 	special.h \
 	binhex.c \
a7f5fd00
 	binhex.h \
 	is_tar.c \
f0bc32bd
 	is_tar.h \
 	tnef.c \
478ce4b2
 	tnef.h \
 	unrar/unrar15.c \
 	unrar/unrar20.h \
 	unrar/unrarcmd.h \
 	unrar/unrar.h \
 	unrar/unrarvm.c \
 	unrar/unrar15.h \
 	unrar/unrar.c \
 	unrar/unrarfilter.c \
 	unrar/unrarppm.c \
 	unrar/unrarvm.h \
 	unrar/unrar20.c \
 	unrar/unrarcmd.c \
 	unrar/unrarfilter.h \
798308de
 	unrar/unrarppm.h \
 	pdf.c \
c2dfe70e
 	pdf.h \
 	spin.c \
094116b2
 	spin.h \
822930fc
 	yc.c \
 	yc.h \
094116b2
 	elf.c \
01302683
 	elf.h \
bf45bf13
 	execs.h \
 	sis.c \
3953039b
 	sis.h \
 	uuencode.c \
 	uuencode.h
e3aaff8e
 
 lib_LTLIBRARIES = libclamav.la