~ubuntu-branches/ubuntu/raring/clamav/raring

« back to all changes in this revision

Viewing changes to clamav-milter/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Gran
  • Date: 2008-09-05 17:25:34 UTC
  • mfrom: (0.35.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080905172534-yi3f8fkye1o7u1r3
* New upstream version (closes: #497662, #497773)
  - lots of new options for clamd.conf
  - fixes CVEs CVE-2008-3912, CVE-2008-3913, CVE-2008-3914, and
    CVE-2008-1389
* No longer supports --unzip option, so typo is gone (closes: #496276)
* Translations:
  - sv (thanks Martin Bagge <brother@bsnet.se>) (closes: #491760)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    $(top_srcdir)/shared/network.c \
35
35
    $(top_srcdir)/shared/network.h \
36
36
    clamav-milter.c
37
 
 
38
37
man_MANS = $(top_builddir)/docs/man/clamav-milter.8
39
38
 
40
39
endif
43
42
LIBS = $(top_builddir)/libclamav/libclamav.la @CLAMAV_MILTER_LIBS@ @THREAD_LIBS@
44
43
AM_CPPFLAGS = -I$(top_srcdir)/clamd -I$(top_srcdir)/libclamav -I$(top_srcdir)/shared -I$(top_srcdir)
45
44
EXTRA_DIST = clamav-milter.c INSTALL
 
45
CLEANFILES=*.gcda *.gcno
 
46
CFLAGS=`echo "@CFLAGS@" | sed -e 's/-Werror[^-]//'`
 
47
 
 
48