From b3d3f6ec12c87489602d3ecdc11ae4e69de70027 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 21 Nov 2022 10:41:30 +0000 Subject: [PATCH] put web_extensions/ at the same level as plugins/ so users do not assume it contains a loadable plugin --- src/plugins/fancy/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = \ -- 2.11.4.GIT