1 # Copyright 1999-2022 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 include $(srcdir)/../win_plugin.mk
9 -I$(top_builddir)/src \
11 -I$(top_srcdir)/src/common \
12 -I$(top_srcdir)/src/gtk
14 plugindir = $(pkglibdir)/plugins
15 webextensiondir = $(pkglibdir)/web_extensions
18 plugin_LTLIBRARIES = fancy.la
19 webextension_LTLIBRARIES = fancywebextension.la
24 -avoid-version -module
26 EXTRA_fancy_la_DEPENDENCIES = $(plugin_extra_deps)
28 fancy_la_LIBADD = $(plugin_libadd) \
31 $(LIBSOUP_GNOME_LIBS) \
40 $(LIBSOUP_GNOME_CFLAGS) \
42 -DFANCY_WEB_EXTENSIONS_DIR=\""$(pkglibdir)/web_extensions"\" \
43 -DFANCY_WEB_EXTENSION_FILE=\""fancywebextension"\"
51 fancywebextension_la_SOURCES = fancy_web_extension.c
52 fancywebextension_la_CFLAGS = $(WEBKIT_CFLAGS)
53 fancywebextension_la_LIBADD = $(WEBKIT_LIBS)
54 fancywebextension_la_LDFLAGS = -module -avoid-version -no-undefined