diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-01 13:06:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-01 13:06:28 +0000 |
commit | 5cc90078d45a35770d5b8ffd3afd8eb9748f1a64 (patch) | |
tree | d2fbd52cd66dd1869ad65a4bb4a3f190b2e205cd /wctype | |
parent | db54bbfb42b07362ac8fa441d745c4028b73456a (diff) | |
download | glibc-5cc90078d45a35770d5b8ffd3afd8eb9748f1a64.tar glibc-5cc90078d45a35770d5b8ffd3afd8eb9748f1a64.tar.gz glibc-5cc90078d45a35770d5b8ffd3afd8eb9748f1a64.tar.bz2 glibc-5cc90078d45a35770d5b8ffd3afd8eb9748f1a64.zip |
Update.
2000-08-01 Andreas Jaeger <aj@suse.de>
* hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.
* elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.
* wctype/Makefile (distribute): Add wchar-lookup.h.
* sysdeps/generic/Dist: Add bp-checks.h.
* iconvdata/Makefile (distribute): Add isiri-3342.h.
Diffstat (limited to 'wctype')
-rw-r--r-- | wctype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wctype/Makefile b/wctype/Makefile index 0343ec8a3e..78f66e7aed 100644 --- a/wctype/Makefile +++ b/wctype/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 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 @@ -22,7 +22,7 @@ subdir := wctype headers := wctype.h -distribute := cname-lookup.h +distribute := cname-lookup.h wchar-lookup.h routines := wcfuncs wctype iswctype wctrans towctrans wcextra \ wcfuncs_l wctype_l iswctype_l wctrans_l towctrans_l \ wcextra_l |