diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2018-05-01 11:31:42 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2018-05-01 11:31:42 +0200 |
| commit | a89540e549ac80be7509f0e04c6e128289e262b8 (patch) | |
| tree | 33bff286a3516fd76f4cbc5a3d769020f656c017 /src | |
| parent | 4109a4424ebe531b000a52233b69c78218c33f24 (diff) | |
| download | kbibtex-a89540e549ac80be7509f0e04c6e128289e262b8.tar.gz kbibtex-a89540e549ac80be7509f0e04c6e128289e262b8.zip | |
Fix FTBFS with ICU >= 58
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |
