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
12 -I$(top_builddir)/src \
14 -I$(top_srcdir)/src/common \
15 -I$(top_srcdir)/src/gtk \
16 -I$(top_srcdir)/src/plugins/litehtml_viewer/litehtml
22 plugin_cppflags += -DLITEHTML_UTF8
26 plugindir = $(pkglibdir)/plugins
28 if BUILD_LITEHTML_VIEWER_PLUGIN
29 plugin_LTLIBRARIES = litehtml_viewer.la
32 litehtml_viewer_la_LDFLAGS = \
34 -avoid-version -module
36 EXTRA_litehtml_viewer_la_DEPENDENCIES = $(plugin_extra_deps) \
37 litehtml/liblitehtml.la
39 litehtml_viewer_la_LIBADD = $(plugin_libadd) \
45 litehtml/liblitehtml.la
47 litehtml_viewer_la_CPPFLAGS = \
53 $(FONTCONFIG_CFLAGS) \
58 litehtml_viewer_la_CXXFLAGS = -std=c++11
59 litehtml_viewer_la_CFLAGS = -std=c99
61 litehtml_viewer_la_SOURCES = \
64 container_linux_images.cpp \