From dd215bedb50df83dd30b3c8754be452e215f87d9 Mon Sep 17 00:00:00 2001
From: Flammie A Pirinen <flammie@iki.fi>
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..60bb7f8c2 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 \
+		split-composed-chars.regex
 
 GT_ORTHOGRAPHIC_XFSCRIPT_SRCS=\
 		allcaps.xfscript      \