~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_syslog/Makefile.am

  • Committer: Mark Atwood
  • Date: 2009-01-08 23:29:00 UTC
  • mto: (779.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: me@mark.atwood.name-20090108232900-yg03vfahncfabbf2
add syslog based logging plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
EXTRA_LTLIBRARIES = liblogging_syslog.la
 
4
pkgplugin_LTLIBRARIES = @plugin_logging_syslog_shared_target@
 
5
liblogging_syslog_la_LDFLAGS = -module -avoid-version -rpath $(pkgplugindir)
 
6
liblogging_syslog_la_CPPFLAGS = $(GLOBAL_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
 
7
liblogging_syslog_la_SOURCES = logging_syslog.cc