~ubuntu-branches/ubuntu/natty/clamav/natty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-10-08 18:11:31 UTC
  • mfrom: (0.35.33 sid) (105.1.16 quantal)
  • Revision ID: package-import@ubuntu.com-20121008181131-hadmb0f8zu2qsdr9
Tags: 0.97.6+dfsg-1ubuntu0.11.04.1
Microversion update to latest clamav release for natty (LP: #1064096)

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
top_srcdir = @top_srcdir@
345
345
ACLOCAL_AMFLAGS = -I m4
346
346
SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam sigtool clamconf database docs etc clamav-milter test clamdtop clambc unit_tests
347
 
EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in libclamunrar_iface/Makefile.am libclamunrar_iface/Makefile.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.llvm COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.sha256 platform.h.in clamdscan/clamdscan.map
 
347
EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in libclamunrar_iface/Makefile.am libclamunrar_iface/Makefile.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.llvm COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.sha256 platform.h.in clamdscan/clamdscan.map contrib
348
348
bin_SCRIPTS = clamav-config
349
349
pkgconfigdir = $(libdir)/pkgconfig
350
350
pkgconfig_DATA = libclamav.pc
352
352
# don't complain that configuration files and databases are not removed, this is intended
353
353
distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
354
354
DISTCLEANFILES = target.h
355
 
DISTCHECK_CONFIGURE_FLAGS = --enable-milter --disable-clamav --enable-distcheck-werror --enable-all-jit-targets --enable-llvm=yes
 
355
DISTCHECK_CONFIGURE_FLAGS = --enable-milter --disable-clamav --enable-all-jit-targets --enable-llvm=yes
356
356
all: clamav-config.h
357
357
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
358