~drizzle-trunk/drizzle/development

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