~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/plugin.ini

Made a bunch of smaler plugins dynamic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
 
name=crc32
3
2
title=crc32 UDF
4
3
description=UDF Plugin for crc32
5
 
version=1.0
6
 
author=Stewart Smith
7
 
license=PLUGIN_LICENSE_GPL
8
4
load_by_default=yes
9
5
sources=crc32udf.cc
 
6
libadd=$(LIBZ)
 
7
testsuite=crc32