aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-08-21 11:56:45 +0000
committerAndre Heinecke <[email protected]>2018-08-21 11:58:51 +0000
commit738a8e6f950af08305c082d59a91d3d5d45800fa (patch)
tree34b2c547804cd207ce860b8ae78a9ae6ff606a29
parentAdd example manifests for gpgme-json (diff)
downloadgpgme-738a8e6f950af08305c082d59a91d3d5d45800fa.tar.gz
gpgme-738a8e6f950af08305c082d59a91d3d5d45800fa.zip
js: Update extra_dist files
* lang/js/BrowserTestExtension/Makefile.am, lang/js/Makefile.am (EXTRA_DIST): Update.
-rw-r--r--lang/js/BrowserTestExtension/Makefile.am3
-rw-r--r--lang/js/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/js/BrowserTestExtension/Makefile.am b/lang/js/BrowserTestExtension/Makefile.am
index 340d7ad9..6153f7d7 100644
--- a/lang/js/BrowserTestExtension/Makefile.am
+++ b/lang/js/BrowserTestExtension/Makefile.am
@@ -32,11 +32,14 @@ EXTRA_DIST = browsertest.html \
testkey2.pub \
testkey.pub \
testkey.sec \
+ tests/decryptTest.js \
tests/encryptDecryptTest.js \
tests/encryptTest.js \
tests/inputvalues.js \
tests/KeyImportExport.js \
+ tests/KeyInfos.js \
tests/longRunningTests.js \
tests/signTest.js \
tests/startup.js \
+ tests/verifyTest.js \
unittests.html
diff --git a/lang/js/Makefile.am b/lang/js/Makefile.am
index 4b5c7172..daa3d1ed 100644
--- a/lang/js/Makefile.am
+++ b/lang/js/Makefile.am
@@ -23,11 +23,10 @@ SUBDIRS = src BrowserTestExtension DemoExtension
EXTRA_DIST = build_extensions.sh \
CHECKLIST \
CHECKLIST_build \
+ jsdoc.conf \
.eslintrc.json \
- Makefile.am \
package.json \
README \
- README_testing \
unittest_inputvalues.js \
unittests.js \
webpack.conf.js \