~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uncompress/plug.in

Merged from jay.

Show diffs side-by-side

added added

removed removed

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