diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 03:48:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-14 03:48:09 +0000 |
commit | 464623260126aee45562d7c97e7d743637107c47 (patch) | |
tree | 35fffe1a8a534aaf72fec3597fe53aaa3805fe55 /crypt/Makefile | |
parent | cf2964e2b797e7525f02761e545283f6baff4bac (diff) | |
download | glibc-464623260126aee45562d7c97e7d743637107c47.tar glibc-464623260126aee45562d7c97e7d743637107c47.tar.gz glibc-464623260126aee45562d7c97e7d743637107c47.tar.bz2 glibc-464623260126aee45562d7c97e7d743637107c47.zip |
Update.
* crypt/Makefile (distribute): Add md5.h.
Diffstat (limited to 'crypt/Makefile')
-rw-r--r-- | crypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypt/Makefile b/crypt/Makefile index 79f45b80ce..055b76d43a 100644 --- a/crypt/Makefile +++ b/crypt/Makefile @@ -33,7 +33,7 @@ libcrypt-routines := crypt-entry md5-crypt md5 crypt crypt_util tests = cert md5test md5c-test distribute = ufc-crypt.h crypt-private.h ufc.c speeds.c README.ufc-crypt \ - Banner + Banner md5.h include ../Makeconfig |