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

« back to all changes in this revision

Viewing changes to plugins/ompgsql/Makefile.am

  • 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:
1
1
pkglib_LTLIBRARIES = ompgsql.la
2
2
 
3
3
ompgsql_la_SOURCES = ompgsql.c ompgsql.h
4
 
ompgsql_la_CPPFLAGS = -I$(top_srcdir) $(pgsql_cflags)
 
4
ompgsql_la_CPPFLAGS = -I$(top_srcdir) $(pgsql_cflags) $(rsrt_cflags)
5
5
ompgsql_la_LDFLAGS = -module -avoid-version
6
6
ompgsql_la_LIBADD = $(pgsql_libs)
7
7