~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/plugin.ini

  • Committer: Mark Atwood
  • Date: 2011-08-12 04:08:33 UTC
  • mfrom: (2385.2.17 refactor5)
  • Revision ID: me@mark.atwood.name-20110812040833-u6j85nc6ahuc0dtz
mergeĀ lp:~olafvdspek/drizzle/refactor5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=JSON HTTP interface
 
3
description=libevent based http server with JSON interface
 
4
version=0.1
 
5
author=Stewart Smith
 
6
license=PLUGIN_LICENSE_GPL
 
7
headers= 
 
8
  json/autolink.h
 
9
  json/config.h
 
10
  json/features.h
 
11
  json/forwards.h
 
12
  json/json_batchallocator.h
 
13
  json/json.h
 
14
  json/reader.h
 
15
  json/value.h
 
16
  json/writer.h
 
17
  json/json_internalarray.inl
 
18
  json/json_internalmap.inl
 
19
  json/json_valueiterator.inl
 
20
sources=
 
21
  json_server.cc
 
22
  json/json_reader.cpp
 
23
  json/json_value.cpp
 
24
  json/json_writer.cpp
 
25
build_conditional="x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes"
 
26
ldflags=${LTLIBEVENT}