~ubuntu-branches/ubuntu/lucid/rsyslog/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2007-12-03 19:42:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071203194219-yyx6h4mlp3fq2e2r
Tags: 1.19.12-1
* New upstream release.
* debian/control
  - Add Depends: lsb-base (>= 3.0-6) as the init script uses the LSB logging
    functions.
  - Bump Standards-Version to 3.7.3. No further changes required. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
prefix = @prefix@
222
222
program_transform_name = @program_transform_name@
223
223
psdir = @psdir@
 
224
pthreads_cflags = @pthreads_cflags@
224
225
pthreads_libs = @pthreads_libs@
225
226
sbindir = @sbindir@
226
227
sharedstatedir = @sharedstatedir@
289
290
        action.c \
290
291
        action.h
291
292
 
292
 
rsyslogd_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\"
 
293
rsyslogd_CPPFLAGS = -D_PATH_MODDIR=\"$(pkglibdir)/\" $(pthreads_cflags)
293
294
rsyslogd_LDADD = $(zlib_libs) $(pthreads_libs) -ldl
294
295
rsyslogd_LDFLAGS = -export-dynamic
295
296
man_MANS = rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5