diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 20:04:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-03 20:04:58 +0000 |
commit | 6500dff66435c547de2b50d129ad672e058ed762 (patch) | |
tree | cdcb77a230eab3c63737cab2424528c6638b316f /resolv/Makefile | |
parent | fc304e02a76a8410266c4e7daa142b306f1ea446 (diff) | |
download | glibc-6500dff66435c547de2b50d129ad672e058ed762.tar.gz glibc-6500dff66435c547de2b50d129ad672e058ed762.tar.xz glibc-6500dff66435c547de2b50d129ad672e058ed762.zip |
Update.
2000-03-02 Andreas Jaeger <aj@suse.de> * resolv/Makefile (headers): Add arpa/nameser_compat.h.
Diffstat (limited to 'resolv/Makefile')
-rw-r--r-- | resolv/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/resolv/Makefile b/resolv/Makefile index e853165511..e471b3134c 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994,95,96,97,98,1999 Free Software Foundation, Inc. +# Copyright (C) 1994,95,96,97,98,99,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 @@ -21,7 +21,8 @@ # subdir := resolv -headers := resolv.h netdb.h arpa/nameser.h sys/bitypes.h +headers := resolv.h netdb.h arpa/nameser.h arpa/nameser_compat.h \ + sys/bitypes.h distribute := ../conf/portability.h mapv4v6addr.h mapv4v6hostent.h \ Banner res_hconf.h res_debug.h |