diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-29 21:30:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-29 21:30:17 +0000 |
commit | d09ef153fb3be5aee02d06fb988d48f2cce68656 (patch) | |
tree | 5f3495c694d4c1eedee0e9882e46f8a063d0d098 /elf/Makefile | |
parent | e2102c142234bd7042fb2623d783a1fba8e5e428 (diff) | |
download | glibc-d09ef153fb3be5aee02d06fb988d48f2cce68656.tar glibc-d09ef153fb3be5aee02d06fb988d48f2cce68656.tar.gz glibc-d09ef153fb3be5aee02d06fb988d48f2cce68656.tar.bz2 glibc-d09ef153fb3be5aee02d06fb988d48f2cce68656.zip |
Update.
(distribute): Add dl-librecon.h.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 4e5de91531..e5c409513b 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -38,7 +38,8 @@ rtld-routines := rtld $(dl-routines) dl-sysdep dl-minimal ld-map = $(libc-map) distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ dl-hash.h soinit.c sofini.c ldd.sh.in ldd.bash.in eval.c \ - genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h + genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \ + dl-librecon.h extra-libs = libdl extra-libs-others = $(extra-libs) |