1 # Copyright 1999-2021 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.
7 lh_cppflags = -DLITEHTML_UTF8
12 if BUILD_LITEHTML_VIEWER_PLUGIN
13 noinst_LTLIBRARIES = liblitehtml.la
16 liblitehtml_la_CXXFLAGS = -std=c++11
18 liblitehtml_la_SOURCES = \
33 document_container.cpp \
34 document_container.h \
79 formatting_context.cpp \
80 formatting_context.h \
97 render_block_context.cpp \
98 render_block_context.h \
105 render_inline_context.cpp \
106 render_inline_context.h \
134 liblitehtml_la_LDFLAGS = \
135 -avoid-version -module \
138 liblitehtml_la_CPPFLAGS = \