[Pkg-voip-commits] [janus] 150/163: Add js modules to dist target too, if built

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit 4c74a037a7a758f23d3986b92412dfbd3fe580f2
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Fri Oct 20 18:01:00 2017 +0200

    Add js modules to dist target too, if built
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index b877bd2..9318bfa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -448,21 +448,25 @@ endif
 
 if ENABLE_JAVASCRIPT_ES_MODULE
 jsmodules_DATA += npm/bundles/janus.es.js
+EXTRA_DIST += npm/bundles/janus.es.js
 CLEANFILES += npm/bundles/janus.es.js
 endif
 
 if ENABLE_JAVASCRIPT_UMD_MODULE
 jsmodules_DATA += npm/bundles/janus.umd.js
+EXTRA_DIST += npm/bundles/janus.umd.js
 CLEANFILES += npm/bundles/janus.umd.js
 endif
 
 if ENABLE_JAVASCRIPT_IIFE_MODULE
 jsmodules_DATA += npm/bundles/janus.iife.js
+EXTRA_DIST += npm/bundles/janus.iife.js
 CLEANFILES += npm/bundles/janus.iife.js
 endif
 
 if ENABLE_JAVASCRIPT_COMMON_JS_MODULE
 jsmodules_DATA += npm/bundles/janus.cjs.js
+EXTRA_DIST += npm/bundles/janus.cjs.js
 CLEANFILES += npm/bundles/janus.cjs.js
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list