[Commits] [SCM] claws branch, master, updated. 4.1.1-13-gb3d3f6ec1
paul at claws-mail.org
paul at claws-mail.org
Mon Nov 21 10:41:34 CET 2022
The branch, master has been updated
via b3d3f6ec12c87489602d3ecdc11ae4e69de70027 (commit)
from 81df7735029abae33a05f9852f73f49bbb14a417 (commit)
Summary of changes:
src/plugins/fancy/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit b3d3f6ec12c87489602d3ecdc11ae4e69de70027
Author: Paul <paul at claws-mail.org>
Date: Mon Nov 21 10:41:30 2022 +0000
put web_extensions/ at the same level as plugins/ so users do not assume it contains a loadable plugin
diff --git a/src/plugins/fancy/Makefile.am b/src/plugins/fancy/Makefile.am
index 81341c218..0d559f089 100644
--- a/src/plugins/fancy/Makefile.am
+++ b/src/plugins/fancy/Makefile.am
@@ -12,7 +12,7 @@ IFLAGS = \
-I$(top_srcdir)/src/gtk
plugindir = $(pkglibdir)/plugins
-webextensiondir = $(pkglibdir)/plugins/web_extensions
+webextensiondir = $(pkglibdir)/web_extensions
if BUILD_FANCY_PLUGIN
plugin_LTLIBRARIES = fancy.la
@@ -39,7 +39,7 @@ fancy_la_CPPFLAGS = \
$(WEBKIT_CFLAGS) \
$(LIBSOUP_GNOME_CFLAGS) \
$(CURL_CFLAGS) \
- -DFANCY_WEB_EXTENSIONS_DIR=\""$(pkglibdir)/plugins/web_extensions"\" \
+ -DFANCY_WEB_EXTENSIONS_DIR=\""$(pkglibdir)/web_extensions"\" \
-DFANCY_WEB_EXTENSION_FILE=\""fancywebextension"\"
fancy_la_SOURCES = \
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list