]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(distribute): Add dl-envvars.h.
authorUlrich Drepper <drepper@redhat.com>
Thu, 9 Jul 1998 14:04:58 +0000 (14:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 9 Jul 1998 14:04:58 +0000 (14:04 +0000)
elf/Makefile

index be6cc25c1e972e8980648855e46eb60f219ac179..8e7617ffbb07f01d1ffb2a5952f0e3fdd764739a 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for elf subdirectory of GNU C Library.
 
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -35,7 +35,8 @@ elide-routines.so = $(dl-routines) dl-support enbl-secure
 # interpreter and operating independent of libc.
 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
+                 soinit.c sofini.c ldd.sh.in ldd.bash.in eval.c \
+                 dl-envvars.h
 
 extra-libs      = libdl
 extra-libs-others = $(extra-libs)