libclamav/Makefile.am
b151ef55
 #
0968c257
 #  Copyright (C) 2002 - 2006 Tomasz Kojm <tkojm@clamav.net>
b151ef55
 #
 #  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
30738099
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 #  MA 02110-1301, USA.
b151ef55
 
 
9d675ddb
 INCLUDES = -I$(top_srcdir) -I@srcdir@/unrar
b151ef55
 
 libclamav_la_LIBADD = @LIBCLAMAV_LIBS@
 
a0231a19
 libclamav_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@ -no-undefined
b151ef55
 
 include_HEADERS = clamav.h
 
 libclamav_la_SOURCES = \
e63f8827
 	clamav.h \
f91f55e0
         matcher-ac.c \
         matcher-ac.h \
         matcher-bm.c \
         matcher-bm.h \
d9a1a832
 	matcher-ncore.c \
 	matcher-ncore.h \
b151ef55
         matcher.c \
         matcher.h \
         md5.c \
         md5.h \
         others.c \
         others.h \
         readdb.c \
01e0cf55
 	readdb.h \
787cec70
 	cvd.c \
c0eb3ceb
 	cvd.h \
 	dsig.c \
 	dsig.h \
b151ef55
         str.c \
 	str.h \
 	defaults.h \
 	scanners.c \
5ede41fa
 	scanners.h \
2fe19b26
 	filetypes.c \
 	filetypes.h \
f9d258e2
 	rtf.c \
 	rtf.h \
b151ef55
 	blob.c \
 	blob.h \
 	mbox.c \
 	mbox.h \
 	message.c \
 	message.h \
36f2038b
 	snprintf.c \
 	snprintf.h \
b151ef55
 	table.c \
 	table.h \
 	text.c \
c561d2a3
 	text.h \
 	ole2_extract.c \
 	ole2_extract.h \
 	vba_extract.c \
1f301ecc
 	vba_extract.h \
e2dc6ace
 	cltypes.h \
 	msexpand.c \
e60810eb
 	msexpand.h \
 	pe.c \
1ed6a845
 	pe.h \
f2eb2372
 	upx.c \
2fe19b26
 	upx.h \
 	htmlnorm.c \
4ad876ad
 	htmlnorm.h \
 	chmunpack.c \
5ede41fa
 	chmunpack.h \
 	rebuildpe.c \
 	rebuildpe.h \
 	petite.c \
3c5b57d4
 	petite.h \
dc4c26f6
 	wwunpack.c \
 	wwunpack.h \
24481e0f
 	suecrypt.c \
 	suecrypt.h \
25eaae24
 	unsp.c \
 	unsp.h \
87a4323f
 	packlibs.c \
 	packlibs.h \
3c5b57d4
 	fsg.c \
9d6fe5b4
 	fsg.h \
28992740
 	mew.c \
 	mew.h \
3b53a254
 	upack.c \
 	upack.h \
9d6fe5b4
 	line.c \
26c6ace2
 	line.h \
 	untar.c \
958dc41c
 	untar.h \
0968c257
 	unzip.c \
 	unzip.h \
958dc41c
 	special.c \
e6df3d6f
 	special.h \
 	binhex.c \
255e314c
 	binhex.h \
 	is_tar.c \
af5f3346
 	is_tar.h \
 	tnef.c \
2250cf42
 	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 \
327e0c3c
 	unrar/unrarppm.h \
 	pdf.c \
7c53d74b
 	pdf.h \
 	spin.c \
0c27bce8
 	spin.h \
dfad2d4d
 	yc.c \
 	yc.h \
0c27bce8
 	elf.c \
1ec94c6b
 	elf.h \
5afe9ae6
 	execs.h \
 	sis.c \
165d8543
 	sis.h \
 	uuencode.c \
36fbf46f
 	uuencode.h \
 	pst.c \
98cf4932
 	pst.h \
 	phishcheck.c \
 	phishcheck.h \
 	phish_domaincheck_db.c \
 	phish_domaincheck_db.h \
 	phish_whitelist.c \
 	phish_whitelist.h \
d32f0066
 	iana_tld.h \
98cf4932
 	regex_list.c \
aa7d9cef
 	regex_list.h \
 	sha256.c \
9d675ddb
 	sha256.h \
 	mspack.c \
 	mspack.h \
 	cab.c \
4bdf6efd
 	cab.h \
 	entconv.c \
 	entconv.h \
 	entitylist.h \
 	encoding_aliases.h \
 	hashtab.c \
4a30feab
 	hashtab.h \
 	dconf.c \
c4428bd1
 	dconf.h \
 	lockdb.c \
 	lockdb.h
b151ef55
 
 lib_LTLIBRARIES = libclamav.la