~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/plugin.ini

  • Committer: Jay Pipes
  • Date: 2009-02-28 17:49:22 UTC
  • mto: (910.2.6 mordred-noatomics)
  • mto: This revision was merged to the branch mainline in revision 908.
  • Revision ID: jpipes@serialcoder-20090228174922-jczgt4d0662fqmnf
Merging in old r902 temporal changes

Show diffs side-by-side

added added

removed removed

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