~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-05-11 23:55:31 UTC
  • mfrom: (971.3.38 eday-dev)
  • Revision ID: brian@gaz-20090511235531-j6n8i97wg2tyfg51
Merge of Eric's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
name=gearman_udf
 
3
title=Gearman Client UDFs
 
4
description=UDF plugin that provides a Gearman client interface
 
5
load_by_default=yes
 
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}