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

« back to all changes in this revision

Viewing changes to plugins/omlibdbi/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-04-08 00:59:14 UTC
  • mfrom: (1.1.9 upstream) (3.2.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090408005914-gfyay7o45szt05zl
Tags: 3.20.5-1
* New upstream release.
* debian/rsyslog.logcheck.ignore.server
  - Install a logcheck ignore file for rsyslog (using dh_installlogcheck).
    Thanks to Kim Holviala for the patch. Closes: #522164

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
F77 = @F77@
104
104
FFLAGS = @FFLAGS@
105
105
GREP = @GREP@
 
106
HAVE_GNUTLS_CONFIG = @HAVE_GNUTLS_CONFIG@
106
107
HAVE_MYSQL_CONFIG = @HAVE_MYSQL_CONFIG@
107
108
HAVE_PGSQL_CONFIG = @HAVE_PGSQL_CONFIG@
108
109
INSTALL = @INSTALL@
111
112
INSTALL_SCRIPT = @INSTALL_SCRIPT@
112
113
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113
114
LDFLAGS = @LDFLAGS@
 
115
LIBLOGGING_CFLAGS = @LIBLOGGING_CFLAGS@
 
116
LIBLOGGING_LIBS = @LIBLOGGING_LIBS@
114
117
LIBOBJS = @LIBOBJS@
115
118
LIBS = @LIBS@
116
119
LIBTOOL = @LIBTOOL@
161
164
docdir = @docdir@
162
165
dvidir = @dvidir@
163
166
exec_prefix = @exec_prefix@
 
167
gnutls_cflags = @gnutls_cflags@
 
168
gnutls_libs = @gnutls_libs@
164
169
gss_libs = @gss_libs@
165
170
host = @host@
166
171
host_alias = @host_alias@
190
195
psdir = @psdir@
191
196
pthreads_cflags = @pthreads_cflags@
192
197
pthreads_libs = @pthreads_libs@
193
 
rfc3195_cflags = @rfc3195_cflags@
194
 
rfc3195_libs = @rfc3195_libs@
 
198
rsrt_cflags = @rsrt_cflags@
 
199
rsrt_libs = @rsrt_libs@
195
200
rt_libs = @rt_libs@
196
201
sbindir = @sbindir@
197
202
sharedstatedir = @sharedstatedir@
206
211
zlib_libs = @zlib_libs@
207
212
pkglib_LTLIBRARIES = omlibdbi.la
208
213
omlibdbi_la_SOURCES = omlibdbi.c
209
 
omlibdbi_la_CPPFLAGS = -I$(top_srcdir) $(libdbi_cflags) $(pthreads_cflags)
 
214
omlibdbi_la_CPPFLAGS = -I$(top_srcdir) $(libdbi_cflags) $(pthreads_cflags) $(rsrt_cflags)
210
215
omlibdbi_la_LDFLAGS = -module -avoid-version
211
216
omlibdbi_la_LIBADD = $(libdbi_libs)
212
217
all: all-am