diff options
Diffstat (limited to 'quanta')
-rw-r--r-- | quanta/parsers/dtd/Makefile.am | 1 | ||||
-rw-r--r-- | quanta/treeviews/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/quanta/parsers/dtd/Makefile.am b/quanta/parsers/dtd/Makefile.am index 80f647fb..e2ba5659 100644 --- a/quanta/parsers/dtd/Makefile.am +++ b/quanta/parsers/dtd/Makefile.am @@ -9,3 +9,4 @@ AM_CPPFLAGS = -I$(top_srcdir)/quanta/parsers \ -I$(top_builddir)/quanta/dialogs \ -I$(top_srcdir)/lib \ $(LIBXML_CFLAGS) $(all_includes) +CXXFLAGS += $(ICU_CXXFLAGS) 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) |