~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/zeromq/plugin.ini

  • Committer: Mark Atwood
  • Date: 2011-08-09 16:49:38 UTC
  • mfrom: (2386.1.2 drizzle)
  • Revision ID: me@mark.atwood.name-20110809164938-mb76epliqt26qy4n
mergeĀ lp:~krummas/drizzle/zeromq-support

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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