unictype/combining-class: Rename source files.
[gnulib.git] / modules / unictype / combining-class
index 9e115e6..89a11d6 100644 (file)
@@ -1,9 +1,9 @@
 Description:
-Determine combining class of a Unicode character.
+Determine canonical combining class of a Unicode character.
 
 Files:
-lib/unictype/combining.c
-lib/unictype/combining.h
+lib/unictype/combiningclass.c
+lib/unictype/combiningclass.h
 
 Depends-on:
 unictype/base
@@ -13,7 +13,7 @@ gl_LIBUNISTRING_MODULE([0.9.4], [unictype/combining-class])
 
 Makefile.am:
 if LIBUNISTRING_COMPILE_UNICTYPE_COMBINING_CLASS
-lib_SOURCES += unictype/combining.c
+lib_SOURCES += unictype/combiningclass.c
 endif
 
 Include: