~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/json_server/plugin.ini

  • Committer: Olaf van der Spek
  • Date: 2011-08-04 08:13:04 UTC
  • mfrom: (2384 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2385.
  • Revision ID: olafvdspek@gmail.com-20110804081304-rlejjpvoos17bjdf
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
version=0.1
5
5
author=Stewart Smith
6
6
license=PLUGIN_LICENSE_GPL
7
 
headers= json/autolink.h json/config.h json/features.h json/forwards.h json/json_batchallocator.h json/json.h json/reader.h json/value.h json/writer.h json/json_internalarray.inl json/json_internalmap.inl json/json_valueiterator.inl
 
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
8
20
sources=
9
 
  json_server.cc json/json_reader.cpp json/json_value.cpp json/json_writer.cpp
 
21
  json_server.cc
 
22
  json/json_reader.cpp
 
23
  json/json_value.cpp
 
24
  json/json_writer.cpp
10
25
build_conditional="x${ac_cv_libevent}" = "xyes" -a "x${ac_cv_libcurl}" = "xyes"
11
26
ldflags=${LTLIBEVENT}
12