changeset 14553:baaebd37cd28

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].
author Bruno Haible <bruno@clisp.org>
date Sat, 09 Apr 2011 18:05:54 +0200
parents 1513aab5388c
children 4203fcd33dfa
files ChangeLog lib/relocwrapper.c modules/relocatable-prog-wrapper
diffstat 3 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/lib/relocwrapper.c
+++ b/lib/relocwrapper.c
@@ -20,7 +20,9 @@
     -> progname
     -> progreloc
         -> areadlink
-           -> readlink
+           -> careadlinkat
+             -> allocator
+             -> readlink
         -> canonicalize-lgpl
            -> malloca
            -> readlink
--- a/modules/relocatable-prog-wrapper
+++ b/modules/relocatable-prog-wrapper
@@ -10,6 +10,10 @@
 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