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

« back to all changes in this revision

Viewing changes to plugins/ommysql/Makefile.am

  • 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:
2
2
pkglib_LTLIBRARIES = ommysql.la
3
3
 
4
4
ommysql_la_SOURCES = ommysql.c ommysql.h
5
 
ommysql_la_CPPFLAGS = $(mysql_cflags) -I$(srcdir)/../..
 
5
ommysql_la_CPPFLAGS = $(mysql_cflags) -I$(srcdir)/../.. $(pthreads_cflags)
6
6
ommysql_la_LDFLAGS = -module -avoid-version
7
7
ommysql_la_LIBADD = $(mysql_libs)
8
8