~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plugin.ini

  • Committer: Monty Taylor
  • Date: 2008-12-06 22:41:03 UTC
  • mto: (656.1.7 devel)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206224103-jdouqwt9hb0f01y1
Moved non-working tests into broken suite for easier running of working tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
title=Gearman Client UDFs
3
 
description=UDF plugin that provides a Gearman client interface
4
 
load_by_default=no
5
 
static=no
6
 
headers=function_map.h gman_servers_set.h gman_do.h
7
 
sources=gearman_udf.cc function_map.cc gman_servers_set.cc gman_do.cc
8
 
build_conditional="x${ac_cv_libgearman}" = "xyes"
9
 
ldflags=${LTLIBGEARMAN}