~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-28 03:45:43 UTC
  • mfrom: (212.1.8 codestyle)
  • Revision ID: brian@tangent.org-20080728034543-qulvxdig8powjsj1
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
MYSQLBASEdir=           $(prefix)
19
19
MYSQLLIBdir=            $(pkglibdir)
20
20
pkgplugindir =          $(pkglibdir)/plugin
21
 
INCLUDES =              -I$(top_srcdir)/include -I$(top_builddir)/include \
22
 
                        -I$(top_srcdir)/drizzled \
23
 
                        -I$(top_srcdir) \
24
 
                        -I$(srcdir)
25
21
 
 
22
AM_CPPFLAGS =           ${GLOBAL_CPPFLAGS} -I${top_srcdir}/drizzled
26
23
EXTRA_LTLIBRARIES =     libcrc32udf.la
27
24
pkgplugin_LTLIBRARIES = @plugin_crc32_shared_target@
28
25
libcrc32udf_la_LDFLAGS =        -module -rpath $(pkgplugindir) -lz