commit 3c182109663906bb388798f0cc7587fdfdeb1d60
parent 9fcee262ec1144ae9093cdf2c16f7d68125739e9
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Sat, 18 May 2019 12:03:00 +0200
Fix a typo - it's CURL_CFLAGS, not CURL_FLAGS
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/litehtml_viewer/Makefile.am b/src/plugins/litehtml_viewer/Makefile.am
@@ -70,7 +70,7 @@ litehtml_viewer_la_CPPFLAGS = \
$(ENCHANT_CFLAGS) \
$(FONTCONFIG_CFLAGS) \
$(CAIRO_CFLAGS) \
- $(CURL_FLAGS) \
+ $(CURL_CFLAGS) \
$(LIBGUMBO_CFLAGS)
.PHONY: test