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

« back to all changes in this revision

Viewing changes to plugins/omtesting/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-02-15 21:56:23 UTC
  • mto: (3.2.4 squeeze) (1.1.9 upstream)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090215215623-xsycf628eo3kguc0
Tags: upstream-3.20.4
ImportĀ upstreamĀ versionĀ 3.20.4

Show diffs side-by-side

added added

removed removed

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