diff options
author | Andre Heinecke <[email protected]> | 2018-08-22 11:15:35 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-08-22 11:15:35 +0000 |
commit | 59ed27bae14da6c1ba6848b34acfc836846a27bc (patch) | |
tree | f9efc016f561129c4c02f41bf0e84b566883d6eb /lang/Makefile.am | |
parent | json: Add proper decrypt_result_t handling (diff) | |
parent | js: changed verify signature result infos (diff) | |
download | gpgme-59ed27bae14da6c1ba6848b34acfc836846a27bc.tar.gz gpgme-59ed27bae14da6c1ba6848b34acfc836846a27bc.zip |
Merge branch 'javascript-binding'
This adds a new language binding "gpgme.js" to GPGME. It
serves as a bridge between the native-messaging service "gpgme-json"
and JavaScript Applications.
The first user of this binding will be Mailvelope which will
see GnuPG integration in the near future.
GnuPG-Bug-Id: T4107
Diffstat (limited to 'lang/Makefile.am')
-rw-r--r-- | lang/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile.am b/lang/Makefile.am index fd3ce4eb..1bf73316 100644 --- a/lang/Makefile.am +++ b/lang/Makefile.am @@ -18,6 +18,6 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA SUBDIRS = $(ENABLED_LANGUAGES) -DIST_SUBDIRS = cl cpp qt python +DIST_SUBDIRS = cl cpp qt python js EXTRA_DIST = README |