From 02d4f861750ad024bb985fece6a046cb5657fb3d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Apr 2011 18:12:40 +0200 Subject: [PATCH] relocatable-prog-wrapper: Update after module 'areadlink' changed. * build-aux/install-reloc: Update list of files to be compiled. --- ChangeLog | 1 + build-aux/install-reloc | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index eeb8b8b2ed..3aba07467f 100644 --- 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]. diff --git a/build-aux/install-reloc b/build-aux/install-reloc index 4ca4bedfa7..bc07e67cc0 100755 --- a/build-aux/install-reloc +++ b/build-aux/install-reloc @@ -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 \ -- 2.30.2