~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-12 00:57:48 UTC
  • mfrom: (287.3.26 codestyle)
  • Revision ID: brian@tangent.org-20080812005748-c0od4bnpov0bvfwn
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
EXTRA_LTLIBRARIES =     libcrc32udf.la
24
24
pkgplugin_LTLIBRARIES = @plugin_crc32_shared_target@
25
25
libcrc32udf_la_LDFLAGS =        -module -rpath $(pkgplugindir) -lz
26
 
libcrc32udf_la_CXXFLAGS=        $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
27
 
libcrc32udf_la_CFLAGS = $(AM_CFLAGS) -DMYSQL_DYNAMIC_PLUGIN
 
26
libcrc32udf_la_CXXFLAGS=        $(AM_CXXFLAGS) -DMYSQL_DYNAMIC_PLUGIN
28
27
libcrc32udf_la_SOURCES =        crc32udf.cc
29
28
 
30
29
 
31
30
EXTRA_LIBRARIES =       libcrc32udf.a
32
31
noinst_LIBRARIES =      @plugin_crc32_static_target@
33
 
libcrc32udf_a_CXXFLAGS =        $(AM_CFLAGS)
34
 
libcrc32udf_a_CFLAGS =  $(AM_CFLAGS)
35
32
libcrc32udf_a_SOURCES=  $(libcrc32udf_la_SOURCES)