From a89540e549ac80be7509f0e04c6e128289e262b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 1 May 2018 11:31:42 +0200 Subject: Fix FTBFS with ICU >= 58 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 5609974..daf168f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,6 @@ # set the include path for X, qt and TDE INCLUDES = $(all_includes) $(LIBXSLT_CFLAGS) $(LIBXML_CFLAGS) $(LIBYAZ_CFLAGS) $(LIBBIBUTILS_CFLAGS) +CXXFLAGS += $(ICU_CXXFLAGS) # these are the headers for your project noinst_HEADERS = documentlistviewitem.h fileexportertoolchain.h \ -- cgit v1.2.3