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 419afcd..8aaab0a 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ JS3 := js/tab.js js/traffic.js js/udom.js js/uritools.js js/user-rules.js \
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-messaging.js js/vapi-net.js
JS := $(JS1) $(JS2) $(JS3) $(JS4)