diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-21 01:25:12 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2023-12-30 01:37:14 +0100 |
commit | 10b52b1a4a5febb130b655fdc224718cae4e0d98 (patch) | |
tree | 4c3a89ff05b50c1eec2c3507a75c15e04a325bd7 | |
parent | 1abe42857baf0348ba60e83a4c42361e00c3be71 (diff) |
Add hyphenation pattern files to distribution
The hyphenation test fails without them.
-rw-r--r-- | test/unit/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am index 07a91b37..f6242cc2 100644 --- a/test/unit/Makefile.am +++ b/test/unit/Makefile.am @@ -22,6 +22,10 @@ check_PROGRAMS = $(TESTS) \ cookies \ trie +EXTRA_DIST = \ + hyph-en-us.pat \ + hyph-de.pat + containers_SOURCES = containers.cc notsosimplevector_SOURCES = notsosimplevector.cc hyphenation_LDADD = \ |