aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ac94c4..a98a3a1 100644
--- a/Makefile
+++ b/Makefile
@@ -118,14 +118,15 @@ JS2 := js/httpsb.js js/i18n.js js/liquid-dict.js js/logger.js \
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 \
- HTTPRequestHeaders.jsm
+ HttpRequestHeaders.jsm
# vapi-popup.js is apparently not needed on UXP
# TODO: investigate wether or not it can be removed
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 \
js/vapi-core.js js/vapi-browser.js js/vapi-storage.js \
- js/vapi-messaging.js js/vapi-net.js js/vapi-cookies.js
+ js/vapi-messaging.js js/vapi-net.js js/vapi-cookies.js \
+ js/vapi-contextmenu.js
JS := $(JS1) $(JS2) $(JS3) $(JS4)