From d882b20e2259f004763ee8838c5864cb2e3213b0 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Thu, 15 Dec 2022 08:23:45 +0100 Subject: [PATCH] Add missing hunspell header to the sources This should fix Yu Gin's building woes on Windows. --- 3rdparty/hunspell/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdparty/hunspell/Makefile.am b/3rdparty/hunspell/Makefile.am index cb9341f19b..2644988eea 100644 --- a/3rdparty/hunspell/Makefile.am +++ b/3rdparty/hunspell/Makefile.am @@ -59,4 +59,5 @@ liblyxhunspell_a_SOURCES = \ 1.7.0/src/parsers/textparser.cxx \ 1.7.0/src/parsers/textparser.hxx \ 1.7.0/src/parsers/xmlparser.cxx \ - 1.7.0/src/parsers/xmlparser.hxx + 1.7.0/src/parsers/xmlparser.hxx \ + 1.7.0/src/win_api/config.h