~ubuntu-branches/ubuntu/jaunty/clamav/jaunty-backports

« back to all changes in this revision

Viewing changes to libclamav/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-10-02 17:11:00 UTC
  • mfrom: (0.3.1 lucid-proposed)
  • Revision ID: james.westby@ubuntu.com-20101002171100-0erjjoucua6kw2pc
Tags: 0.96.3+dfsg-2ubuntu0.10.04.1~jaunty1
* Source backport for Jaunty
  - Change build-dep on libtdl-dev to libtdl7-dev

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
147
        matcher.c \
146
148
        matcher.h \
147
149
        others.c \
353
355
        bytecode_api_impl.h \
354
356
        bytecode_hooks.h \
355
357
        cache.c \
356
 
        cache.h
 
358
        cache.h \
 
359
        bytecode_detect.c \
 
360
        bytecode_detect.h\
 
361
        builtin_bytecodes.h
357
362
 
358
363
if !LINK_TOMMATH
359
364
libclamav_la_SOURCES += bignum.c \