js: Update extra_dist files

* lang/js/BrowserTestExtension/Makefile.am,
lang/js/Makefile.am (EXTRA_DIST): Update.
This commit is contained in:
Andre Heinecke 2018-08-21 13:56:45 +02:00
parent 9608996d88
commit 738a8e6f95
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C
2 changed files with 4 additions and 2 deletions

View File

@ -32,11 +32,14 @@ EXTRA_DIST = browsertest.html \
testkey2.pub \ testkey2.pub \
testkey.pub \ testkey.pub \
testkey.sec \ testkey.sec \
tests/decryptTest.js \
tests/encryptDecryptTest.js \ tests/encryptDecryptTest.js \
tests/encryptTest.js \ tests/encryptTest.js \
tests/inputvalues.js \ tests/inputvalues.js \
tests/KeyImportExport.js \ tests/KeyImportExport.js \
tests/KeyInfos.js \
tests/longRunningTests.js \ tests/longRunningTests.js \
tests/signTest.js \ tests/signTest.js \
tests/startup.js \ tests/startup.js \
tests/verifyTest.js \
unittests.html unittests.html

View File

@ -23,11 +23,10 @@ SUBDIRS = src BrowserTestExtension DemoExtension
EXTRA_DIST = build_extensions.sh \ EXTRA_DIST = build_extensions.sh \
CHECKLIST \ CHECKLIST \
CHECKLIST_build \ CHECKLIST_build \
jsdoc.conf \
.eslintrc.json \ .eslintrc.json \
Makefile.am \
package.json \ package.json \
README \ README \
README_testing \
unittest_inputvalues.js \ unittest_inputvalues.js \
unittests.js \ unittests.js \
webpack.conf.js \ webpack.conf.js \