diff --git a/ChangeLog b/ChangeLog index e00edcd3b..effc80e7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,9 @@ Version 5.12.5 (XXX 2024) * Bugfix tracon table size management. #1486 - * Bugfix connector hashing for fewer hash collisions #1487, #1528 - * Bugfix python unit test for Thai on Apple, #1530 + * Bugfix connector hashing for fewer hash collisions. #1487, #1528 + * Bugfix python unit test for Thai on Apple. #1530 * New autogen.sh #1531 + * Stop litering .lg_history in current directory. #1443 #1534 Version 5.12.4 (28 March 2024) * Minor English dict fixes. #1470 diff --git a/link-parser/Makefile.am b/link-parser/Makefile.am index ee88f6033..3c5d3b369 100644 --- a/link-parser/Makefile.am +++ b/link-parser/Makefile.am @@ -13,8 +13,8 @@ link_parser_SOURCES = link-parser.c \ parser-utilities.c \ command-line.h \ lg_readline.h \ - lg_xdg.c \ - lg_xdg.h + lg_xdg.c \ + lg_xdg.h # -I$(top_builddir) to pick up autogened link-grammar/link-features.h link_parser_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)