From: Ben Pfaff Date: Sun, 8 Dec 2019 15:46:25 +0000 (+0000) Subject: Smake: Add unicase/u8-totitle module. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86cce86d3f0ac665de30543d18aea23653d3f94;p=pspp Smake: Add unicase/u8-totitle module. Should fix link error caused by commit 80bafa137 (i18n: New function utf8_to_title().) Reported by John Darrington. --- diff --git a/Smake b/Smake index a52b7272f7..6ec4326a96 100644 --- 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 \