From db55453ae3ea2c1952ee6c114c733dc934e25682 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Wed, 13 May 2009 03:33:31 +0000 Subject: 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 --- share/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'share/Makefile.am') 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 \ -- cgit v1.2.3