diff options
author | Jan Lehnardt <jan@apache.org> | 2010-06-01 13:17:19 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-06-01 13:17:19 +0000 |
commit | 6fffa56b736946cedf9d7199cae1a7eb1c16bd81 (patch) | |
tree | 093e2585f0c5dece2bbfd6e943fe015c76166a32 /share/Makefile.am | |
parent | 5731599ef0128fca97444ee34dd2ca71edcaf16a (diff) |
add base64.js to license.skip and Makefile.am
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@950066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-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 ac4d6fb0..16221307 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -103,6 +103,7 @@ nobase_dist_localdata_DATA = \ www/script/json2.js \ www/script/oauth.js \ www/script/sha1.js \ + www/script/base64.js \ www/script/test/all_docs.js \ www/script/test/attachments.js \ www/script/test/attachments_multipart.js \ |