diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-09 00:42:20 +0000 |
commit | e340a2a2e21c455c57bb19d7495f00f44b666b63 (patch) | |
tree | 8742fd7081b77b27c5827cc24825a7343504ce89 /nscd/Makefile | |
parent | 5e08ca426c5d334ee718a8b8c615c373445b2c8d (diff) | |
download | glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.gz glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.tar.bz2 glibc-e340a2a2e21c455c57bb19d7495f00f44b666b63.zip |
Update.glibc-2.1.95cvs/libc-2_1_95
* nscd/Makefile (distribute): Add nscd-types.h.
* elf/Makefile (distribute): Add gccframe.h.
* sysdeps/sparc/sparc32/Dist: Add ieee754.h.
* sysdeps/ia64/Dist: Add ieee754.h.
Diffstat (limited to 'nscd/Makefile')
-rw-r--r-- | nscd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nscd/Makefile b/nscd/Makefile index b37f77781e..d35705ad39 100644 --- a/nscd/Makefile +++ b/nscd/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1998 Free Software Foundation, Inc. +# Copyright (C) 1998, 2000 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 @@ -45,7 +45,7 @@ endif distribute := nscd.h nscd-client.h dbg_log.h \ $(nscd-modules:=.c) nscd_nischeck.c TODO nscd.conf nscd.init \ - nscd_proto.h + nscd_proto.h nscd-types.h include ../Rules |