~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-02-06 11:46:55 UTC
  • mto: (840.1.9 devel)
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090206114655-f7txg30hcyzx0rf7
Use LIB* instead of LTLIB*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
EXTRA_LTLIBRARIES =     libcrc32udf.la
18
18
pkgplugin_LTLIBRARIES = @plugin_crc32_shared_target@
19
19
libcrc32udf_la_LDFLAGS =        -module -avoid-version -rpath $(pkgplugindir)
20
 
libcrc32udf_la_LIBADD =         $(LTLIBZ)
 
20
libcrc32udf_la_LIBADD =         $(LIBZ)
21
21
libcrc32udf_la_CXXFLAGS=        $(AM_CXXFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
22
22
libcrc32udf_la_SOURCES =        crc32udf.cc
23
23