diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 15:14:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-22 15:14:48 +0000 |
commit | d14b54f97b16dc9088d2eb033e2e0b31c9e50d1d (patch) | |
tree | d3e49f4bf0dfcd2fb87d33fae402814e903a7c33 /elf | |
parent | 83b9e73c34d0c88d6e7c65d2292bb12f4186510c (diff) | |
download | glibc-d14b54f97b16dc9088d2eb033e2e0b31c9e50d1d.tar.gz glibc-d14b54f97b16dc9088d2eb033e2e0b31c9e50d1d.tar.xz glibc-d14b54f97b16dc9088d2eb033e2e0b31c9e50d1d.zip |
(distribute): Add sln.c
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 75a91bc702..065c4f01ef 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -36,7 +36,7 @@ elide-routines.so = $(dl-routines) dl-support enbl-secure rtld-routines := rtld $(dl-routines) dl-sysdep dl-minimal distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ soinit.c sofini.c ldd.sh.in ldd.bash.in eval.c \ - dl-envvars.h + dl-envvars.h sln.c extra-libs = libdl extra-libs-others = $(extra-libs) |