relocatable-prog-wrapper: Update after module 'areadlink' changed.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 16:05:54 +0000 (18:05 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 16:05:54 +0000 (18:05 +0200)
* lib/relocwrapper.c: Update dependencies hierarchy.
* modules/relocatable-prog-wrapper (Files): Add lib/careadlinkat.[hc],
lib/allocator.[hc].

ChangeLog
lib/relocwrapper.c
modules/relocatable-prog-wrapper

index d82f2d1..eeb8b8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-04-09  Bruno Haible  <bruno@clisp.org>
+
+       relocatable-prog-wrapper: Update after module 'areadlink' changed.
+       * lib/relocwrapper.c: Update dependencies hierarchy.
+       * modules/relocatable-prog-wrapper (Files): Add lib/careadlinkat.[hc],
+       lib/allocator.[hc].
+
 2011-04-08  Eric Blake  <eblake@redhat.com>
 
        strftime: silence gnulib-tool warning
index 737ac94..a64b54d 100644 (file)
@@ -20,7 +20,9 @@
     -> progname
     -> progreloc
         -> areadlink
-           -> readlink
+           -> careadlinkat
+             -> allocator
+             -> readlink
         -> canonicalize-lgpl
            -> malloca
            -> readlink
index b968929..8246e56 100644 (file)
@@ -10,6 +10,10 @@ lib/progname.c
 lib/progreloc.c
 lib/areadlink.h
 lib/areadlink.c
+lib/careadlinkat.h
+lib/careadlinkat.c
+lib/allocator.h
+lib/allocator.c
 lib/readlink.c
 lib/canonicalize-lgpl.c
 lib/malloca.h