From b74947b0a0adc405938f3ec720e9ea6e1904de94 Mon Sep 17 00:00:00 2001 From: Chyla Zbigniew Date: Fri, 24 Aug 2001 22:18:06 +0000 Subject: Added e-unicode-i18n.c and e-unicode-i18n.h. * Makefile.am (libeutil_la_SOURCES): Added e-unicode-i18n.c and e-unicode-i18n.h. * e-unicode-i18n.[ch]: New files with two extra functions (e_utf8_gettext, e_utf8_dgettext) and U_() macro. Should be used instead of _() if we need UTF-8 string. svn path=/trunk/; revision=12459 --- e-util/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/Makefile.am') diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 3f82668e2e..231d04b64a 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -56,6 +56,8 @@ libeutil_la_SOURCES = \ e-sexp.h \ e-time-utils.c \ e-time-utils.h \ + e-unicode-i18n.c \ + e-unicode-i18n.h \ e-url.c \ e-url.h \ md5-utils.c \ -- cgit v1.2.3