Complete the module dependencies.
authorBruno Haible <bruno@clisp.org>
Sat, 7 Mar 2009 15:34:49 +0000 (16:34 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 7 Mar 2009 15:34:49 +0000 (16:34 +0100)
ChangeLog
modules/uninorm/u16-normcmp
modules/uninorm/u32-normcmp
modules/uninorm/u8-normcmp

index 8c1b681..f830ced 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-03-07  Bruno Haible  <bruno@clisp.org>
 
+       * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
+       * modules/uninorm/u16-normcmp (Depends-on): Likewise.
+       * modules/uninorm/u32-normcmp (Depends-on): Likewise.
+
+2009-03-07  Bruno Haible  <bruno@clisp.org>
+
        New module 'memxfrm'.
        * lib/memxfrm.h: New file.
        * lib/memxfrm.c: New file.
index 2f37687..ef15cf8 100644 (file)
@@ -6,6 +6,7 @@ lib/uninorm/u16-normcmp.c
 lib/uninorm/u-normcmp.h
 
 Depends-on:
+uninorm/base
 uninorm/u16-normalize
 unistr/u16-cmp
 minmax
index bff5845..276d33f 100644 (file)
@@ -6,6 +6,7 @@ lib/uninorm/u32-normcmp.c
 lib/uninorm/u-normcmp.h
 
 Depends-on:
+uninorm/base
 uninorm/u32-normalize
 unistr/u32-cmp
 minmax
index f1e4518..8f1d8f2 100644 (file)
@@ -6,6 +6,7 @@ lib/uninorm/u8-normcmp.c
 lib/uninorm/u-normcmp.h
 
 Depends-on:
+uninorm/base
 uninorm/u8-normalize
 unistr/u8-cmp
 minmax