libclamav/Makefile.am
b151ef55
 #
af5f3346
 #  Copyright (C) 2002 - 2005 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
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
1ed6a845
 INCLUDES = -I$(top_srcdir) -I@srcdir@/zziplib -I@srcdir@/mspack
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 \
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 \
b151ef55
 	unrarlib.c \
 	unrarlib.h \
 	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 \
36f2038b
 	snprintf.c \
 	snprintf.h \
b151ef55
 	strrcpy.c \
 	strrcpy.h \
 	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 \
 	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 \
f2eb2372
 	mspack/system.h \
 	upx.c \
2fe19b26
 	upx.h \
 	htmlnorm.c \
4ad876ad
 	htmlnorm.h \
 	chmunpack.c \
5ede41fa
 	chmunpack.h \
 	rebuildpe.c \
 	rebuildpe.h \
 	petite.c \
3c5b57d4
 	petite.h \
 	fsg.c \
9d6fe5b4
 	fsg.h \
 	line.c \
26c6ace2
 	line.h \
 	untar.c \
958dc41c
 	untar.h \
 	special.c \
e6df3d6f
 	special.h \
 	binhex.c \
255e314c
 	binhex.h \
 	is_tar.c \
af5f3346
 	is_tar.h \
 	tnef.c \
e82a5185
 	tnef.h \
 	uuencode.c \
 	uuencode.h
b151ef55
 
 lib_LTLIBRARIES = libclamav.la