summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-21 17:37:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-21 17:37:03 +0000
commit448c38756a79bcf0b3a44f5689ff87a06f9240d4 (patch)
tree92baf731a0f5140d7c6e3d4e02d3b411f5cd3d3e /elf
parentd1462d2e3f8a48eca8018e78b5f250db7cde458d (diff)
Update.
* elf/Makefile (distribute): Add test module sources.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index dff2c972f6..4798416c6b 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -38,7 +38,9 @@ rtld-routines := rtld $(dl-routines) dl-sysdep dl-environ dl-minimal
distribute = $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
dl-hash.h soinit.c sofini.c ldd.bash.in eval.c \
genrtldtbl.awk atomicity.h dl-procinfo.h ldsodefs.h \
- dl-librecon.h interp.c sln.c dl-origin.h hp-timing.h
+ dl-librecon.h interp.c sln.c dl-origin.h hp-timing.h \
+ testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
+ testobj6.c testobj1_1.c failobj.c
include ../Makeconfig