diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |