~drizzle-trunk/drizzle/development

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