~ubuntu-branches/ubuntu/karmic/rsyslog/karmic-200908151517

« back to all changes in this revision

Viewing changes to plugins/imuxsock/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2008-05-03 09:59:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080503095959-3zue1idtwaf9zu6m
Tags: 3.16.1-1
* New upstream release.
  - Fixes a segfault in the imklog input plugin. Closes: #479117

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
PACKAGE_TARNAME = @PACKAGE_TARNAME@
125
125
PACKAGE_VERSION = @PACKAGE_VERSION@
126
126
PATH_SEPARATOR = @PATH_SEPARATOR@
 
127
PKG_CONFIG = @PKG_CONFIG@
127
128
RANLIB = @RANLIB@
 
129
RELP_CFLAGS = @RELP_CFLAGS@
 
130
RELP_LIBS = @RELP_LIBS@
128
131
SED = @SED@
129
132
SET_MAKE = @SET_MAKE@
130
133
SHELL = @SHELL@
184
187
psdir = @psdir@
185
188
pthreads_cflags = @pthreads_cflags@
186
189
pthreads_libs = @pthreads_libs@
187
 
relp_cflags = @relp_cflags@
188
 
relp_libs = @relp_libs@
189
190
rfc3195_cflags = @rfc3195_cflags@
190
191
rfc3195_libs = @rfc3195_libs@
191
192
rt_libs = @rt_libs@