~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-01-09 05:20:49 UTC
  • mto: (779.1.2 devel)
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: mordred@inaugust.com-20090109052049-bglg06jf2l7ix0a3
Updated some more build stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} -I${top_srcdir}/drizzled
17
17
EXTRA_LTLIBRARIES =     libcrc32udf.la
18
18
pkgplugin_LTLIBRARIES = @plugin_crc32_shared_target@
19
 
libcrc32udf_la_LDFLAGS =        -module -avoid-version -rpath $(pkgplugindir) -lz
 
19
libcrc32udf_la_LDFLAGS =        -module -avoid-version -rpath $(pkgplugindir)
 
20
libcrc32udf_la_LIBADD =         $(LTLIBZ)
20
21
libcrc32udf_la_CXXFLAGS=        $(AM_CXXFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
21
22
libcrc32udf_la_SOURCES =        crc32udf.cc
22
23