~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plug.in

Started Gearman UDF.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DRIZZLE_PLUGIN(gearman_udf, [Gearman UDF], [UDF Plugin for Gearman])
 
2
DRIZZLE_PLUGIN_STATIC(gearman_udf, [libgearman_udf.a])
 
3
DRIZZLE_PLUGIN_MANDATORY(gearman_udf) dnl Default
 
4
DRIZZLE_PLUGIN_DYNAMIC(gearman_udf, [libgearman_udf.la])