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 \
83 formatting_context.cpp \
84 formatting_context.h \
101 render_block_context.cpp \
102 render_block_context.h \
109 render_inline_context.cpp \
110 render_inline_context.h \
137 liblitehtml_la_LDFLAGS = \
138 -avoid-version -module \
141 liblitehtml_la_CPPFLAGS = \