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 /hesiod | |
parent | db54bbfb42b07362ac8fa441d745c4028b73456a (diff) | |
download | glibc-5cc90078d45a35770d5b8ffd3afd8eb9748f1a64.tar.gz |
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 'hesiod')
-rw-r--r-- | hesiod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hesiod/Makefile b/hesiod/Makefile index 0dea8fa362..32b4be4753 100644 --- a/hesiod/Makefile +++ b/hesiod/Makefile @@ -21,7 +21,7 @@ # subdir := hesiod -distribute := hesiod.h hesiod_p.h README.hesiod +distribute := hesiod.h hesiod_p.h README.hesiod nss_hesiod/nss_hesiod.h extra-libs := libnss_hesiod extra-libs-others = $(extra-libs) |