xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
authorBruno Haible <bruno@clisp.org>
Thu, 7 Jan 2010 20:44:46 +0000 (21:44 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 7 Jan 2010 20:44:46 +0000 (21:44 +0100)
ChangeLog
modules/xlist
modules/xoset

index 18d4221d0413b534b7edce725b82c82a79a4c438..750b35bd8d29a957636127e22bf318107b9f5bf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-07  Bruno Haible  <bruno@clisp.org>
+
+       xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
+       * modules/xlist (Depends-on): Add 'list',
+       * modules/xoset (Depends-on): Add 'oset'.
+       Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
 2010-01-07  Bruno Haible  <bruno@clisp.org>
 
        * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
index 4bac28fef6c146c650c6db6895e06f479f657e06..ce17e6b66d58f2b0b8ba75d9e3c5964f4efab793 100644 (file)
@@ -7,6 +7,7 @@ lib/gl_xlist.c
 m4/gl_list.m4
 
 Depends-on:
+list
 inline
 stdbool
 xalloc-die
index ba4eab776a9cd26c45e46259e377b59d197c43ca..61e8d54980ed55ccf28a007077a7d4b8a06a4131 100644 (file)
@@ -7,6 +7,7 @@ lib/gl_xoset.c
 m4/gl_list.m4
 
 Depends-on:
+oset
 inline
 stdbool
 xalloc-die