Fix CID 1491093: attrib leaked if attvalue is null
[claws.git] / src / plugins / litehtml_viewer / litehtml / Makefile.am
blob0429ffe2235425a56ae1f7e89748a6bf609d5258
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.
6 if OS_WIN32
7 lh_cppflags = -DLITEHTML_UTF8
8 else
9 lh_cppflags =
10 endif
12 if BUILD_LITEHTML_VIEWER_PLUGIN
13 noinst_LTLIBRARIES = liblitehtml.la
14 endif
16 liblitehtml_la_CXXFLAGS = -std=c++11
18 liblitehtml_la_SOURCES = \
19         background.h \
20         borders.h \
21         codepoint.cpp \
22         codepoint.h \
23         css_borders.cpp \
24         css_length.cpp \
25         css_length.h \
26         css_margins.h \
27         css_offsets.h \
28         css_position.h \
29         css_properties.cpp \
30         css_properties.h \
31         css_selector.cpp \
32         css_selector.h \
33         document_container.cpp \
34         document_container.h \
35         document.cpp \
36         document.h \
37         el_anchor.cpp \
38         el_anchor.h \
39         el_base.cpp \
40         el_base.h \
41         el_before_after.cpp \
42         el_before_after.h \
43         el_body.cpp \
44         el_body.h \
45         el_break.cpp \
46         el_break.h \
47         el_cdata.cpp \
48         el_cdata.h \
49         el_comment.cpp \
50         el_comment.h \
51         el_div.cpp \
52         el_div.h \
53         element.cpp \
54         element.h \
55         el_font.cpp \
56         el_font.h \
57         el_image.cpp \
58         el_image.h \
59         el_link.cpp \
60         el_link.h \
61         el_para.cpp \
62         el_para.h \
63         el_script.cpp \
64         el_script.h \
65         el_space.cpp \
66         el_space.h \
67         el_style.cpp \
68         el_style.h \
69         el_table.cpp \
70         el_table.h \
71         el_td.cpp \
72         el_td.h \
73         el_text.cpp \
74         el_text.h \
75         el_title.cpp \
76         el_title.h \
77         el_tr.cpp \
78         el_tr.h \
79         flex_item.cpp \
80         flex_item.h \
81         flex_line.cpp \
82         flex_line.h \
83         formatting_context.cpp \
84         formatting_context.h \
85         html.cpp \
86         html.h \
87         html_tag.cpp \
88         html_tag.h \
89         iterators.cpp \
90         iterators.h \
91         line_box.cpp \
92         line_box.h \
93         litehtml.h \
94         Makefile.am \
95         master_css.h \
96         media_query.cpp \
97         media_query.h \
98         num_cvt.cpp \
99         num_cvt.h \
100         os_types.h \
101         render_block_context.cpp \
102         render_block_context.h \
103         render_block.cpp \
104         render_block.h \
105         render_flex.cpp \
106         render_flex.h \
107         render_image.cpp \
108         render_image.h \
109         render_inline_context.cpp \
110         render_inline_context.h \
111         render_inline.h \
112         render_item.cpp \
113         render_item.h \
114         render_table.cpp \
115         render_table.h \
116         string_id.cpp \
117         string_id.h \
118         strtod.cpp \
119         style.cpp \
120         style.h \
121         stylesheet.cpp \
122         stylesheet.h \
123         table.cpp \
124         table.h \
125         tstring_view.cpp \
126         tstring_view.h \
127         types.h \
128         url.cpp \
129         url.h \
130         url_path.cpp \
131         url_path.h \
132         utf8_strings.cpp \
133         utf8_strings.h \
134         web_color.cpp \
135         web_color.h
137 liblitehtml_la_LDFLAGS = \
138         -avoid-version -module \
139         $(LIBGUMBO_LIBS)
141 liblitehtml_la_CPPFLAGS = \
142         $(lh_cppflags) \
143         $(LIBGUMBO_CFLAGS)
145 EXTRA_DIST = \
146         LICENSE \
147         README.md