~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/slave/plugin.ini

  • Committer: Monty Taylor
  • Date: 2011-03-31 22:51:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2260.
  • Revision ID: mordred@inaugust.com-20110331225158-3zhy8n9vwth7vjfl
Finish the transition to libdrizzle-2.0 libs (after discussion with derks
about packaging) We'll leave old libdrizzle.la as it was for now, since
changing it would break things - but moving forward, we'll follow the
gnome/glib example and have our major API versions tied to libs with the
version in the name. And all will be jolly moving forward.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
description=Provides slave replication services
7
7
sources=module.cc replication_slave.cc queue_thread.cc queue_consumer.cc queue_producer.cc sql_executor.cc replication_schema.cc
8
8
headers=replication_slave.h queue_thread.h queue_consumer.h queue_producer.h sql_executor.h replication_schema.h
9
 
libs=${top_builddir}/libdrizzle-2.0/libdrizzle/libdrizzle.la
 
9
libs=${top_builddir}/libdrizzle-2.0/libdrizzle/libdrizzle-2.0.la