~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/plug.in

  • Committer: Monty Taylor
  • Date: 2008-12-08 01:15:27 UTC
  • mto: This revision was merged to the branch mainline in revision 670.
  • Revision ID: monty@inaugust.com-20081208011527-lq9m47jsmiiqn999
Replaced my hacked up m4/ac_system_extensions.m4 with the one from gnulib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
name=crc32
3
 
title=crc32 UDF
4
 
description=UDF Plugin for crc32
5
 
version=1.0
6
 
author=Stewart Smith
7
 
license=PLUGIN_LICENSE_GPL
8
 
load_by_default=yes
9
 
libs=${top_builddir}/drizzled/algorithm/libhash.la
10
 
sources=crc32udf.cc
 
1
DRIZZLE_PLUGIN(crc32,[crc32 UDF],
 
2
        [UDF Plugin for crc32])
 
3
DRIZZLE_PLUGIN_STATIC(crc32,   [libcrc32udf.a])
 
4
DRIZZLE_PLUGIN_MANDATORY(crc32)  dnl Default
 
5
DRIZZLE_PLUGIN_DYNAMIC(crc32,   [libcrc32udf.la])