1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[plugin] name=zeromq version=0.1 author=Marcus Eriksson license=PLUGIN_LICENSE_GPL title=ZeroMQ Replicator description=Replicator plugin that publishes transactions to ZeroMQ load_by_default=no sources=zeromq_log.cc headers=zeromq_log.h cxxflags=${PROTOSKIP_WARNINGS} build_conditional="$ac_cv_libzmq" = "yes" ldflags=${LTLIBZMQ} |