~ubuntu-branches/ubuntu/saucy/clamav/saucy

« back to all changes in this revision

Viewing changes to libclamav/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2007-12-18 15:18:53 UTC
  • mfrom: (0.25.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218151853-ag6bdjbq6budh353
Tags: 0.92~dfsg-0build1
Fake sync to get the new clamav into the NEW queue

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#  MA 02110-1301, USA.
18
18
 
19
19
 
20
 
INCLUDES = -I$(top_srcdir) -I@srcdir@/unrar -I@srcdir@/nsis
 
20
INCLUDES = -I$(top_srcdir) -I@srcdir@/nsis
21
21
 
 
22
if ENABLE_UNRAR
 
23
libclamav_la_LIBADD = @LIBCLAMAV_LIBS@ @THREAD_LIBS@ $(top_builddir)/libclamunrar_iface/libclamunrar_iface.la
 
24
else
22
25
libclamav_la_LIBADD = @LIBCLAMAV_LIBS@ @THREAD_LIBS@
 
26
endif
23
27
 
24
28
libclamav_la_LDFLAGS = @TH_SAFE@ -version-info @LIBCLAMAV_VERSION@ -no-undefined
25
29
 
31
35
        matcher-ac.h \
32
36
        matcher-bm.c \
33
37
        matcher-bm.h \
34
 
        matcher-ncore.c \
35
 
        matcher-ncore.h \
36
38
        matcher.c \
37
39
        matcher.h \
38
40
        md5.c \
86
88
        petite.h \
87
89
        wwunpack.c \
88
90
        wwunpack.h \
89
 
        suecrypt.c \
90
 
        suecrypt.h \
91
91
        unsp.c \
92
92
        unsp.h \
93
93
        aspack.c \
114
114
        is_tar.h \
115
115
        tnef.c \
116
116
        tnef.h \
117
 
        unrar/unrar15.c \
118
 
        unrar/unrar20.h \
119
 
        unrar/unrarcmd.h \
120
 
        unrar/unrar.h \
121
 
        unrar/unrarvm.c \
122
 
        unrar/unrar15.h \
123
 
        unrar/unrar.c \
124
 
        unrar/unrarfilter.c \
125
 
        unrar/unrarppm.c \
126
 
        unrar/unrarvm.h \
127
 
        unrar/unrar20.c \
128
 
        unrar/unrarcmd.c \
129
 
        unrar/unrarfilter.h \
130
 
        unrar/unrarppm.h \
 
117
        autoit.c \
 
118
        autoit.h \
 
119
        regex/strlcpy.c \
 
120
        regex/regcomp.c \
 
121
        regex/regerror.c \
 
122
        regex/regexec.c \
 
123
        regex/regfree.c \
 
124
        regex/cclass.h \
 
125
        regex/cname.h \
 
126
        regex/regex.h \
 
127
        regex/regex2.h \
 
128
        regex/utils.h \
 
129
        unarj.c \
 
130
        unarj.h \
131
131
        nsis/LZMADecode.c \
132
132
        nsis/LZMADecode.h \
133
133
        nsis/bzlib.c \
161
161
        iana_tld.h \
162
162
        regex_list.c \
163
163
        regex_list.h \
164
 
        sha256.c \
165
 
        sha256.h \
166
164
        mspack.c \
167
165
        mspack.h \
168
166
        cab.c \
179
177
        lockdb.h
180
178
 
181
179
lib_LTLIBRARIES = libclamav.la
 
180
EXTRA_DIST = regex/engine.c