~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/plugin.ini

Fix crc32 dynamic loading.

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
4
load_by_default=yes
6
5
sources=crc32udf.cc
7
6
libadd=$(LIBZ)
8
 
static=yes
 
7
testsuite=crc32