add stage2/md5.h into the distribution.

This commit is contained in:
okuji 2000-10-17 20:10:16 +00:00
parent a2622ee1cc
commit 9790818856
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2000-10-18 OKUJI Yoshinori <okuji@gnu.org>
* stage2/Makefile.am (noinst_HEADERS): Added md5.h. Reported by
Volker Augustin <Volker.Augustin@stud.uni-regensburg.de>.
2000-10-17 OKUJI Yoshinori <okuji@gnu.org>
* configure.in (--disable-md5password): Renamed to ...

View file

@ -5,8 +5,8 @@ noinst_SCRIPTS = $(TESTS)
# For dist target.
noinst_HEADERS = apic.h defs.h dir.h disk_inode.h disk_inode_ffs.h \
fat.h filesys.h freebsd.h fs.h i386-elf.h imgact_aout.h \
mb_header.h mb_info.h pc_slice.h serial.h shared.h smp-imps.h \
nbi.h
mb_header.h mb_info.h md5.h pc_slice.h serial.h shared.h \
smp-imps.h nbi.h
EXTRA_DIST = $(noinst_SCRIPTS)
# For <stage1.h>.

View file

@ -93,8 +93,8 @@ noinst_SCRIPTS = $(TESTS)
# For dist target.
noinst_HEADERS = apic.h defs.h dir.h disk_inode.h disk_inode_ffs.h \
fat.h filesys.h freebsd.h fs.h i386-elf.h imgact_aout.h \
mb_header.h mb_info.h pc_slice.h serial.h shared.h smp-imps.h \
nbi.h
mb_header.h mb_info.h md5.h pc_slice.h serial.h shared.h \
smp-imps.h nbi.h
EXTRA_DIST = $(noinst_SCRIPTS)