~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/plugin.ini

Merge Joe, plus I updated the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
2
2
title=Drizzle Protocol Module
3
 
description=Drizzle protocol module.
4
 
version=0.3
5
 
author=Brian Aker
 
3
description=Drizzle protocol module that uses the old libdrizzle library (previously libmysql).
 
4
version=0.2
 
5
author=Eric Day
6
6
license=PLUGIN_LICENSE_GPL
7
7
libs=drizzled/algorithm/libhash.la
8
8
load_by_default=yes
9
9
ldlfags=$(LIBZ)
10
 
headers=
11
 
  drizzle_protocol.h
12
 
sources=
13
 
  drizzle_protocol.cc
 
10
headers=drizzle_protocol.h errmsg.h net_serv.h options.h pack.h vio.h
 
11
sources=drizzle_protocol.cc errmsg.cc net_serv.cc pack.cc vio.cc viosocket.cc
14
12
static=yes