~ubuntu-branches/ubuntu/natty/clamav/natty-security

« back to all changes in this revision

Viewing changes to clamdscan/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-02-19 09:51:33 UTC
  • mfrom: (0.35.19 sid)
  • Revision ID: james.westby@ubuntu.com-20110219095133-sde2dyj8a6bjbkdh
Tags: 0.97+dfsg-0ubuntu1
* Merge from debian unstable (0ubuntu1 because the Debian upload was
  inadvertently left marked UNRELEASED).  Remaining changes:
  - Drop initial signature definitions from clamav-base
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
CLAMAVGROUP = @CLAMAVGROUP@
145
145
CLAMAVUSER = @CLAMAVUSER@
146
146
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
 
147
CLAMDSCAN_LIBS = @CLAMDSCAN_LIBS@
147
148
CLAMD_LIBS = @CLAMD_LIBS@
148
149
CPP = @CPP@
149
150
CPPFLAGS = @CPPFLAGS@
187
188
LIBLTDL = @LIBLTDL@
188
189
LIBM = @LIBM@
189
190
LIBOBJS = @LIBOBJS@
190
 
LIBS = $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la  @FRESHCLAM_LIBS@
 
191
LIBS = $(top_builddir)/libclamav/libclamav_internal_utils_nothreads.la  @CLAMDSCAN_LIBS@
191
192
LIBTOOL = @LIBTOOL@
192
193
LIPO = @LIPO@
193
194
LN_S = @LN_S@