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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fb43474d..1813cc57 100644 --- a/configure.ac +++ b/configure.ac @@ -908,6 +908,9 @@ AC_CONFIG_FILES(lang/qt/tests/Makefile) AC_CONFIG_FILES(lang/qt/src/qgpgme_version.h) AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpgme.asd]) AM_COND_IF([HAVE_DOXYGEN], [AC_CONFIG_FILES([lang/qt/doc/Doxyfile])]) +AC_CONFIG_FILES([lang/js/Makefile lang/js/src/Makefile + lang/js/BrowserTestExtension/Makefile + lang/js/DemoExtension/Makefile]) AC_CONFIG_FILES(lang/qt/doc/Makefile) AC_CONFIG_FILES([lang/python/Makefile lang/python/version.py |