relocatable-prog-wrapper: Update after module 'areadlink' changed.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 16:12:40 +0000 (18:12 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Apr 2011 16:12:40 +0000 (18:12 +0200)
* build-aux/install-reloc: Update list of files to be compiled.

ChangeLog
build-aux/install-reloc

index eeb8b8b2ed1a4641a5555d2389c95f4d493facb5..3aba07467fea43b565e6ba8e9a1632630a5effe1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        relocatable-prog-wrapper: Update after module 'areadlink' changed.
        * lib/relocwrapper.c: Update dependencies hierarchy.
+       * build-aux/install-reloc: Update list of files to be compiled.
        * modules/relocatable-prog-wrapper (Files): Add lib/careadlinkat.[hc],
        lib/allocator.[hc].
 
index 4ca4bedfa7a498378aea62a58aaab357c2f75fc0..bc07e67cc09871c9b053666d057c05f6ffec2adf 100755 (executable)
@@ -156,6 +156,8 @@ func_verbose $compile_command \
              "$srcdir"/progname.c \
              "$srcdir"/progreloc.c \
              "$srcdir"/areadlink.c \
+             "$srcdir"/careadlinkat.c \
+             "$srcdir"/allocator.c \
              "$srcdir"/readlink.c \
              "$srcdir"/canonicalize-lgpl.c \
              "$srcdir"/malloca.c \
@@ -172,6 +174,8 @@ rm -f relocwrapper.o \
       progreloc.o \
       xreadlink.o \
       areadlink.o \
+      careadlinkat.o \
+      allocator.o \
       canonicalize-lgpl.o \
       malloca.o \
       relocatable.o \