aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-06-23 03:11:39 +0200
committerAlessio Vanni <vannilla@firemail.cc>2019-06-23 03:11:39 +0200
commita7ad9ff0d7e80001db78e65fb5e756966141230f (patch)
treec5bca3a55fd0586a3704928096b41045f603570a /Makefile
parent6458ec333511fe07101dd3afffbefed7b4fead07 (diff)
downloadematrix-a7ad9ff0d7e80001db78e65fb5e756966141230f.tar.lz
ematrix-a7ad9ff0d7e80001db78e65fb5e756966141230f.tar.xz
ematrix-a7ad9ff0d7e80001db78e65fb5e756966141230f.zip
Make HTTPRequestHeaders a module
The same as CallbackWrapper.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87c1320..419afcd 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,8 @@ JS2 := js/httpsb.js js/i18n.js js/liquid-dict.js js/logger.js \
# vapi-popup.js is apparently not needed on UXP
# TODO: investigate wether or not it can be removed
JS3 := js/tab.js js/traffic.js js/udom.js js/uritools.js js/user-rules.js \
- js/usersettings.js js/utils.js js/xal.js CallbackWrapper.jsm
+ js/usersettings.js js/utils.js js/xal.js CallbackWrapper.jsm \
+ HTTPRequestHeaders.jsm
JS4 := js/vapi-client.js js/vapi-common.js js/vapi-background.js \
js/vapi-popup.js js/vapi-tabs.js js/vapi-window.js \