summaryrefslogtreecommitdiff
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-05-13 03:33:31 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-05-13 03:33:31 +0000
commitdb55453ae3ea2c1952ee6c114c733dc934e25682 (patch)
tree3eea5299ea0c1e6d9f5cc55f38fe7fb1fab9ea2c /share/Makefile.am
parentc596db1079f5a062a89c4c70dbb1e2929f7b0d84 (diff)
Closes COUCHDB-334 - Add JSONP support to CouchDB
Use JSONP by providing a ?callback=function_name URL paramter for any URL returning JSON data. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@774180 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index d3ba2b1a..22560a68 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -107,6 +107,7 @@ nobase_dist_localdata_DATA = \
www/script/test/multiple_rows.js \
www/script/test/large_docs.js \
www/script/test/utf8.js \
+ www/script/test/jsonp.js \
www/script/test/attachments.js \
www/script/test/attachment_paths.js \
www/script/test/attachment_views.js \