aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01f9225..b60de28 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ JS2 := js/httpsb.js js/i18n.js js/liquid-dict.js js/logger.js \
# 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/vapi-background.js js/vapi-client.js \
- js/vapi-common.js js/vapi-popup.js js/xal.js
+ js/vapi-common.js js/vapi-popup.js js/vapi-tabs.js js/xal.js
JS := $(JS1) $(JS2) $(JS3)