diff options
Diffstat (limited to 'test')
-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 = \ |