~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/md5/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-29 23:35:42 UTC
  • mfrom: (230.1.9 codestyle)
  • Revision ID: brian@tangent.org-20080729233542-7v45euk60f33rk4f
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
AM_CPPFLAGS = ${GLOBAL_CPPFLAGS} $(openssl_includes) -I${top_srcdir}/drizzled
23
23
 
 
24
if BUILD_MD5_UDF
24
25
EXTRA_LTLIBRARIES =     libmd5udf.la
25
26
pkgplugin_LTLIBRARIES = @plugin_md5_shared_target@
26
27
libmd5udf_la_LDFLAGS =  -module -rpath $(pkgplugindir) -lssl
31
32
EXTRA_LIBRARIES =       libmd5udf.a
32
33
noinst_LIBRARIES =      @plugin_md5_static_target@
33
34
libmd5udf_a_SOURCES=    $(libmd5udf_la_SOURCES)
 
35
endif