summaryrefslogtreecommitdiffstats
path: root/quanta/treeviews/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-05-01 12:52:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-05-01 12:52:31 +0200
commitac4f5a4e66e3ef18fb91c3b4a6e50e93003e816e (patch)
tree12f5834f0882f043db2037606e6df78e9a9b3828 /quanta/treeviews/Makefile.am
parentba774e8780103d81dd9d976d7507bfe27abaa4c6 (diff)
downloadtdewebdev-ac4f5a4e66e3ef18fb91c3b4a6e50e93003e816e.tar.gz
tdewebdev-ac4f5a4e66e3ef18fb91c3b4a6e50e93003e816e.zip
Fix FTBFS with ICU >= 58
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 23f1f6f93256304eab76cd199408b71a649d82a8)
Diffstat (limited to 'quanta/treeviews/Makefile.am')
-rw-r--r--quanta/treeviews/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/quanta/treeviews/Makefile.am b/quanta/treeviews/Makefile.am
index c32c617d..11660304 100644
--- a/quanta/treeviews/Makefile.am
+++ b/quanta/treeviews/Makefile.am
@@ -22,3 +22,4 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \
-I$(top_builddir)/quanta/components/csseditor \
-I$(top_srcdir)/quanta/plugins \
$(KMDI_INCLUDES) $(CVSSERVICE_INCLUDE) $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(all_includes)
+CXXFLAGS += $(ICU_CXXFLAGS)