~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/plug.in

  • Committer: Stewart Smith
  • Date: 2009-01-12 05:43:13 UTC
  • mto: (784.1.4 for-brian)
  • mto: This revision was merged to the branch mainline in revision 785.
  • Revision ID: stewart@flamingspork.com-20090112054313-edk6kpf4l6kpz4j7
fix archive_basic for drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DRIZZLE_PLUGIN(crc32,[crc32 UDF],
2
2
        [UDF Plugin for crc32])
 
3
DRIZZLE_PLUGIN_STATIC(crc32,   [libcrc32udf.a])
 
4
DRIZZLE_PLUGIN_MANDATORY(crc32)  dnl Default
3
5
DRIZZLE_PLUGIN_DYNAMIC(crc32,   [libcrc32udf.la])