From bdc82e65c4d30f541b5e0efcd3c0723103435c4e Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Fri, 21 Jun 2019 22:03:03 +0200 Subject: Split tab handling from vapi-background That file is too large, let's split it up. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3