changeset 34181:6dd5621b07a6

unictype/bidi*: Rename modules, part 2.
author Bruno Haible <bruno@clisp.org>
date Sat, 26 Mar 2011 12:16:22 +0100
parents 52772ca91bb9
children 8131690e30a1
files modules/unictype/bidiclass-byname modules/unictype/bidiclass-name modules/unictype/bidiclass-of modules/unictype/bidiclass-test
diffstat 4 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/modules/unictype/bidiclass-byname	Sat Mar 26 11:51:52 2011 +0100
+++ b/modules/unictype/bidiclass-byname	Sat Mar 26 12:16:22 2011 +0100
@@ -11,7 +11,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-byname])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_BYNAME
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_BYNAME
 lib_SOURCES += unictype/bidi_byname.c
 endif
 
--- a/modules/unictype/bidiclass-name	Sat Mar 26 11:51:52 2011 +0100
+++ b/modules/unictype/bidiclass-name	Sat Mar 26 12:16:22 2011 +0100
@@ -11,7 +11,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-name])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_NAME
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_NAME
 lib_SOURCES += unictype/bidi_name.c
 endif
 
--- a/modules/unictype/bidiclass-of	Sat Mar 26 11:51:52 2011 +0100
+++ b/modules/unictype/bidiclass-of	Sat Mar 26 12:16:22 2011 +0100
@@ -12,7 +12,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-of])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_OF
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_OF
 lib_SOURCES += unictype/bidi_of.c
 endif
 
--- a/modules/unictype/bidiclass-test	Sat Mar 26 11:51:52 2011 +0100
+++ b/modules/unictype/bidiclass-test	Sat Mar 26 12:16:22 2011 +0100
@@ -12,7 +12,7 @@
 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/bidiclass-test])
 
 Makefile.am:
-if LIBUNISTRING_COMPILE_UNICTYPE_BIDICATEGORY_TEST
+if LIBUNISTRING_COMPILE_UNICTYPE_BIDICLASS_TEST
 lib_SOURCES += unictype/bidi_test.c
 endif