aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-05-13 23:50:14 -0400
committerNunoSempere <nuno.sempere@protonmail.com>2023-05-13 23:50:14 -0400
commita8be16b1ee80f5d1d89b66494ec74af999652c2a (patch)
tree58b8179e0d2721d7c62360763d2699b61df46014 /makefile
parentc46e2ba3985846019d3377895e52fc360a6ce061 (diff)
debug shortcuts plugin
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5650d05..43f8eb5 100644
--- a/makefile
+++ b/makefile
@@ -24,7 +24,7 @@ LIBS=`pkg-config --libs ${DEPS}`
ADBLOCK=#'-L/usr/lib/wyebrowser/adblock.so'
## Plugins
-LIBRE_REDIRECT=./plugins/libre_redirect/libre_redirect.c ./plugins/libre_redirect/str_replace_start.c
+LIBRE_REDIRECT=./plugins/libre_redirect/libre_redirect.c ./plugins/libre_redirect/str_replace_start.c ./plugins/libre_redirect/str_init.c
CUSTOM_STYLES=./plugins/style/style.c
READABILITY=./plugins/readability/readability.c
SHORTCUTS=./plugins/shortcuts/shortcuts.c