~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/transaction_log/plugin.ini

merge mtaylor.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
load_by_default=yes
5
5
sources= background_worker.cc info_schema.cc hexdump_transaction_message.cc print_transaction_message.cc transaction_log.cc transaction_log_entry.cc transaction_log_index.cc transaction_log_reader.cc 
6
6
headers= background_worker.h info_schema.h hexdump_transaction_message.h print_transaction_message.h transaction_log.h transaction_log_entry.h transaction_log_index.h transaction_log_reader.h
7
 
ldflags=${top_builddir}/drizzled/hash/libhash.la 
 
7
libs=${top_builddir}/drizzled/hash/libhash.la 
8
8
libadd=$(LIBZ)
9
9
cxxflags=${PROTOSKIP_WARNINGS}