~drizzle-trunk/drizzle/development

992.1.21 by Monty Taylor
First pass at replacing plugin.m4.
1
[plugin]
1241.10.1 by Monty Taylor
Added ability to specify all of the meta information in the plugin.ini file. This allows us to have a streamlined out-of-tree build.
2
name=crc32
992.1.21 by Monty Taylor
First pass at replacing plugin.m4.
3
title=crc32 UDF
4
description=UDF Plugin for crc32
1241.10.1 by Monty Taylor
Added ability to specify all of the meta information in the plugin.ini file. This allows us to have a streamlined out-of-tree build.
5
version=1.0
6
author=Stewart Smith
7
license=PLUGIN_LICENSE_GPL
992.1.21 by Monty Taylor
First pass at replacing plugin.m4.
8
load_by_default=yes
1377.1.1 by mordred
Add a missing lib dep.
9
libs=${top_builddir}/drizzled/algorithm/libhash.la
992.1.21 by Monty Taylor
First pass at replacing plugin.m4.
10
sources=crc32udf.cc