* elf/Makefile (distribute): Add dl-dtprocnum.h.
This commit is contained in:
Ulrich Drepper 2000-06-08 04:54:46 +00:00
parent b0982c4ad3
commit ffa8a90345
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2000-06-07 Ulrich Drepper <drepper@redhat.com>
* elf/Makefile (distribute): Add dl-dtprocnum.h.
* include/elf.h: Include also <dl-dtprocnum.h>.
* elf/dl-deps.c: Likewise.
* elf/dl-lookup.c: Likewise.

View File

@ -43,7 +43,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \
testobj1.c testobj2.c testobj3.c testobj4.c testobj5.c \
testobj6.c testobj1_1.c failobj.c \
ldconfig.h ldconfig.c cache.c readlib.c readelflib.c \
dep1.c dep2.c dep3.c dep4.c
dep1.c dep2.c dep3.c dep4.c dl-dtprocnum.h
include ../Makeconfig