~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/drizzle_protocol/plugin.ini

  • Committer: Brian Aker
  • Date: 2008-07-08 16:17:31 UTC
  • Revision ID: brian@tangent.org-20080708161731-io36j7igglok79py
DATE cleanup.

Show diffs side-by-side

added added

removed removed

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