From: Bruno Haible Date: Sat, 26 Mar 2011 11:16:22 +0000 (+0100) Subject: unictype/bidi*: Rename modules, part 2. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=990a76ac5adcdc4f565c7e56930a36b2a38fc1e6;p=pspp unictype/bidi*: Rename modules, part 2. --- 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