~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/plugin.ini

Reverted 1103

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
name=crc32
3
3
title=crc32 UDF
4
4
description=UDF Plugin for crc32
5
 
version=1.0
6
 
author=Stewart Smith
7
 
license=PLUGIN_LICENSE_GPL
8
5
load_by_default=yes
9
 
libs=${top_builddir}/drizzled/algorithm/libhash.la
10
6
sources=crc32udf.cc
 
7
libadd=$(LIBZ)