summaryrefslogtreecommitdiff
path: root/modules/unictype
diff options
context:
space:
mode:
Diffstat (limited to 'modules/unictype')
-rw-r--r--modules/unictype/bidiclass-byname2
-rw-r--r--modules/unictype/bidiclass-name2
-rw-r--r--modules/unictype/bidiclass-of2
-rw-r--r--modules/unictype/bidiclass-test2
4 files changed, 4 insertions, 4 deletions
diff --git a/modules/unictype/bidiclass-byname b/modules/unictype/bidiclass-byname
index 24360e5c53..b961883371 100644
--- a/modules/unictype/bidiclass-byname
+++ b/modules/unictype/bidiclass-byname
@@ -11,7 +11,7 @@ configure.ac:
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
diff --git a/modules/unictype/bidiclass-name b/modules/unictype/bidiclass-name
index bc81650c30..3616a13375 100644
--- a/modules/unictype/bidiclass-name
+++ b/modules/unictype/bidiclass-name
@@ -11,7 +11,7 @@ configure.ac:
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
diff --git a/modules/unictype/bidiclass-of b/modules/unictype/bidiclass-of
index 1c6cd59348..964681360d 100644
--- a/modules/unictype/bidiclass-of
+++ b/modules/unictype/bidiclass-of
@@ -12,7 +12,7 @@ configure.ac:
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
diff --git a/modules/unictype/bidiclass-test b/modules/unictype/bidiclass-test
index 9a496400ef..1a03529625 100644
--- a/modules/unictype/bidiclass-test
+++ b/modules/unictype/bidiclass-test
@@ -12,7 +12,7 @@ configure.ac:
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