diff options
author | Andre Heinecke <[email protected]> | 2018-06-19 14:40:40 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-06-19 14:40:40 +0000 |
commit | d27703ea4f0eed950cddf0157dc78bcb5d8d1c65 (patch) | |
tree | 3ab7d079c72bee5e135d0292d7cd7a045aa04875 /lang/Makefile.am | |
parent | js: getDefaultKey and GenerateKey improvements (diff) | |
download | gpgme-d27703ea4f0eed950cddf0157dc78bcb5d8d1c65.tar.gz gpgme-d27703ea4f0eed950cddf0157dc78bcb5d8d1c65.zip |
Prepare build system for gpgme-js and dist it
* configure.ac: Add js as language.
* lang/Makefile.am: Add js as dist language.
* lang/js/BrowserTestExtension/Makefile.am,
lang/js/DemoExtension/Makefile.am,
lang/js/Makefile.am,
lang/js/src/Makefile.am: Populate EXTRA_DIST variables.
--
There is no actual build done yet as there seems to be
no way to build it with debian stable tools. This needs
clarification.
Diffstat (limited to '')
-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 |