1 2 3 4 5 6 7 8 9 10 11 12 13 |
[plugin] title=RabbitMQ Replicator description=Replicator plugin that publishes transactions to RabbitMQ version=0.1 author=Marcus Eriksson license=PLUGIN_LICENSE_GPL load_by_default=no sources=rabbitmq_log.cc rabbitmq_handler.cc headers=rabbitmq_log.h rabbitmq_handler.h cxxflags=${PROTOSKIP_WARNINGS} build_conditional="$ac_cv_librabbitmq" = "yes" ldflags=${LTLIBRABBITMQ} extra_dist=admin.sh |