~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/plugin.ini

  • Committer: Monty Taylor
  • Date: 2009-11-29 19:55:08 UTC
  • mto: (1237.1.1 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: mordred@inaugust.com-20091129195508-1j01ofnug6hhlo05
Logging modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=logging_gearman
3
2
title=Gearman Logging Plugin
4
3
description=Logging Plugin that logs to Gearman.
5
4
ldflags= ${LTLIBGEARMAN}
6
5
sources= logging_gearman.cc
7
6
build_conditional="${ac_cv_libgearman}" = "yes"
8
 
static=yes