From 945030387026e0277b4d5f56c338fc06761b600f Mon Sep 17 00:00:00 2001 From: Flammie A Pirinen Date: Wed, 24 Jan 2024 22:57:36 +0100 Subject: [PATCH] few missing orth make rules --- src/fst/orthography/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fst/orthography/Makefile.am b/src/fst/orthography/Makefile.am index ff46a78a9..d47601186 100644 --- a/src/fst/orthography/Makefile.am +++ b/src/fst/orthography/Makefile.am @@ -10,7 +10,8 @@ GT_ORTHOGRAPHIC_REGEX_SRCS=\ inituppercase.regex \ spellrelax.regex \ spellrelax-mobile-keyboard.regex \ - spellrelax-tags.regex + spellrelax-tags.regex \ + comprelax-with-flagtags.regex GT_ORTHOGRAPHIC_XFSCRIPT_SRCS=\ allcaps.xfscript \