* crypt/Makefile (distribute): Add md5.h.
This commit is contained in:
Ulrich Drepper 2000-06-14 03:48:09 +00:00
parent cf2964e2b7
commit 4646232601
4 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2000-06-13 Ulrich Drepper <drepper@redhat.com>
* crypt/Makefile (distribute): Add md5.h.
* Makefile (distribute): Add include/shlib-compat.h.
* Make-dist: Search for tests also in sysdeps hierachy.

View file

@ -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

View file

@ -1,5 +1,7 @@
2000-06-13 Ulrich Drepper <drepper@redhat.com>
* Makefile (ld-test-srcs): Add trans.def here.
* Makefile (ld-test-srcs): Handle .ds files separately.
* Makefile (ld-test-srcs): Distribute all test6 input files.

View file

@ -1,5 +1,7 @@
2000-06-13 Ulrich Drepper <drepper@redhat.com>
* Makefile (distribute): Add the math functions, too.
* Makefile (distribute): Add ChangeLog, Banner, and configure.
2000-03-03 Geoff Keating <geoffk@cygnus.com>