diff options
author | Robert Newson <rnewson@apache.org> | 2010-08-18 11:47:02 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2010-08-18 11:47:02 +0000 |
commit | d4d0fea20b9ed41df9aa40eb413f37c87eac6c40 (patch) | |
tree | 1485bcfd114b48c88ada2aff154bfc9cddc27409 | |
parent | d18d7036788acf2d5ddab608d0352158139de189 (diff) |
include new attachment_ranges.js in share/Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@986634 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index 9a48f18a..77c94ea3 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -116,6 +116,7 @@ nobase_dist_localdata_DATA = \ www/script/test/attachments_multipart.js \ www/script/test/attachment_names.js \ www/script/test/attachment_paths.js \ + www/script/test/attachment_ranges.js \ www/script/test/attachment_views.js \ www/script/test/auth_cache.js \ www/script/test/basics.js \ |