~ubuntu-branches/ubuntu/lucid/clamav/lucid-security

« back to all changes in this revision

Viewing changes to libclamav/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-03-19 15:36:31 UTC
  • mfrom: (81.1.41 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130319153631-796qnojny78zycks
Tags: 0.97.7+dfsg-1ubuntu0.10.04.1
* SECURITY UPDATE: Updated to 0.97.7 to fix multiple security issues.
  (LP: #1157385)
  - CVE numbers pending

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
        matcher-ac.h \
143
143
        matcher-bm.c \
144
144
        matcher-bm.h \
145
 
        matcher-md5.c \
146
 
        matcher-md5.h \
 
145
        matcher-hash.c \
 
146
        matcher-hash.h \
147
147
        matcher.c \
148
148
        matcher.h \
149
149
        others.c \
335
335
        default.h\
336
336
        sha256.c\
337
337
        sha256.h\
 
338
        sha1.c\
 
339
        sha1.h\
338
340
        bignum.h\
339
341
        bytecode.c\
340
342
        bytecode.h\
360
362
        bytecode_detect.h\
361
363
        builtin_bytecodes.h\
362
364
        events.c\
363
 
        events.h
 
365
        events.h \
 
366
        arc4.c \
 
367
        arc4.h
364
368
 
365
369
if !LINK_TOMMATH
366
370
libclamav_la_SOURCES += bignum.c \
367
371
                     bignum_class.h
368
372
endif
369
373
 
370
 
if BUILD_SHA1
371
 
libclamav_la_SOURCES += sha1.c sha1.h
372
 
endif
373
 
 
374
374
.PHONY: version.h.tmp
375
375
version.c: version.h
376
376
version.h: version.h.tmp