aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlessio Vanni <vannilla@firemail.cc>2019-06-23 02:27:59 +0200
committerAlessio Vanni <vannilla@firemail.cc>2019-06-23 02:27:59 +0200
commite29205dc4d013704cd6b1ee2fd7b7dc0ef226c01 (patch)
tree5d0a2526f472f6f03fa5936bd85763c80b181036 /Makefile
parent3e1d8467b38a31b8f3a9ef562fe9a890a5838276 (diff)
downloadematrix-e29205dc4d013704cd6b1ee2fd7b7dc0ef226c01.tar.lz
ematrix-e29205dc4d013704cd6b1ee2fd7b7dc0ef226c01.tar.xz
ematrix-e29205dc4d013704cd6b1ee2fd7b7dc0ef226c01.zip
Move storage API
Also remove optional cachestorage script. It doesn't exists and the cachedstorage, whatever it is, is defined as an alias for the normal storage system.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2197f98..f9c7b77 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,7 @@ 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/vapi-background.js js/vapi-client.js \
js/vapi-common.js js/vapi-popup.js js/vapi-tabs.js js/vapi-window.js \
- js/xal.js js/vapi-core.js js/vapi-browser.js
+ js/xal.js js/vapi-core.js js/vapi-browser.js js/vapi-storage.js
JS := $(JS1) $(JS2) $(JS3)