Smake: Add unicase/u8-totitle module.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Dec 2019 15:46:25 +0000 (15:46 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 8 Dec 2019 15:46:50 +0000 (15:46 +0000)
Should fix link error caused by commit 80bafa137 (i18n: New function
utf8_to_title().)

Reported by John Darrington.

Smake

diff --git a/Smake b/Smake
index a52b7272f7953084c4ef6f8ea507181e1ceb6dcb..6ec4326a96022971c5ca82c1c54e9271b48d14c1 100644 (file)
--- a/Smake
+++ b/Smake
@@ -109,6 +109,7 @@ GNULIB_MODULES = \
        unicase/u8-casefold \
        unicase/u8-tolower \
        unicase/u8-toupper \
+       unicase/u8-totitle \
        unictype/ctype-print \
        unictype/category-of \
        unigbrk/uc-is-grapheme-break \