~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uncompress/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-12-06 07:22:02 UTC
  • mto: (656.1.7 devel) (660.1.5 codestyle)
  • mto: This revision was merged to the branch mainline in revision 665.
  • Revision ID: monty@inaugust.com-20081206072202-2g25o9doqr1l8euu
OOOh doggie. Got rid of my_alloca.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} -I${top_srcdir}/drizzled
23
23
EXTRA_LTLIBRARIES =     libuncompressudf.la
24
24
pkgplugin_LTLIBRARIES = @plugin_uncompress_shared_target@
25
 
libuncompressudf_la_LDFLAGS =   -module -avoid-version -rpath $(pkgplugindir) -lz
 
25
libuncompressudf_la_LDFLAGS =   -module -avoid-version -rpath $(pkgplugindir) \
 
26
                                ${Z_LIBS}
26
27
libuncompressudf_la_CXXFLAGS=   $(AM_CXXFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
27
28
libuncompressudf_la_SOURCES =   uncompressudf.cc
28
29