commit 879b9d15ba1c2f8500e0a2113542fd32fae92bce
parent fb814c00c65c5a37ac91d0397f6fa65f1ca3e227
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sat, 18 May 2019 12:01:43 +0200
Add missing libgumbo cflags and ldflags to litehtml_viewer
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/plugins/litehtml_viewer/Makefile.am b/src/plugins/litehtml_viewer/Makefile.am
@@ -60,7 +60,8 @@ litehtml_viewer_la_LDFLAGS = \
$(GTK_LIBS) \
$(FONTCONFIG_LIBS) \
$(CAIRO_LIBS) \
- $(CURL_LIBS)
+ $(CURL_LIBS) \
+ $(LIBGUMBO_LIBS)
litehtml_viewer_la_CPPFLAGS = \
$(IFLAGS) \
@@ -69,7 +70,8 @@ litehtml_viewer_la_CPPFLAGS = \
$(ENCHANT_CFLAGS) \
$(FONTCONFIG_CFLAGS) \
$(CAIRO_CFLAGS) \
- $(CURL_FLAGS)
+ $(CURL_FLAGS) \
+ $(LIBGUMBO_CFLAGS)
.PHONY: test