~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_query/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-01-29 20:42:53 UTC
  • mfrom: (819 testable)
  • mto: (779.3.19 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090129204253-9kcnyaxldhy7fyym
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 
3
1
EXTRA_LTLIBRARIES = liblogging_query.la
4
2
pkgplugin_LTLIBRARIES = @plugin_logging_query_shared_target@
5
3
liblogging_query_la_LDFLAGS = -module -avoid-version -rpath $(pkgplugindir)
6
4
liblogging_query_la_CPPFLAGS = $(GLOBAL_CPPFLAGS) -DDRIZZLE_DYNAMIC_PLUGIN
7
5
liblogging_query_la_SOURCES = logging_query.cc
 
6
 
 
7
EXTRA_LIBRARIES = liblogging_query.a
 
8
noinst_LIBRARIES = @plugin_logging_query_static_target@
 
9
liblogging_query_a_SOURCES = $(liblogging_query_la_SOURCES)