git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5618 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-18 14:31:10 +00:00
parent 821f25ca11
commit f75d7922ae
4 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,23 @@
Thu Mar 18 11:33:30 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* include/kadm5/Makefile.am: clean a lot of header files (since
automake lacks a clean-hook)
* include/Makefile.am: clean a lot of header files (since automake
lacks a clean-hook)
* lib/kadm5/Makefile.am: fix build-installation of headers
* lib/krb5/Makefile.am: remove include_dir hack
* lib/hdb/Makefile.am: remove include_dir hack
* lib/asn1/Makefile.am: remove include_dir hack
* include/Makefile.am: remove include_dir hack
* doc/whatis.texi: define sub for html
* configure.in: LIB_kdb, have_err_h, have_fnmatch_h, have_glob_h
* lib/asn1/Makefile.am: der.h

View File

@@ -1,5 +1,7 @@
Thu Mar 18 12:07:09 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* ftpd/Makefile.am: clean ftpcmd.c
* ftpd/ftpd_locl.h: remove krb5.h (breaks in ftpcmd.y)
* ftpd/ftpd.c: move include of krb5.h here

View File

@@ -1,3 +1,7 @@
Thu Mar 18 15:28:35 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: clean pfrom
Mon Mar 15 18:26:16 1999 Johan Danielsson <joda@blubb.pdc.kth.se>
* push.c: strncasecmp headers

View File

@@ -1,5 +1,7 @@
Thu Mar 18 15:07:06 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: clean lex.c parse.c parse.h
* Makefile.am: install ss.h
Thu Mar 11 15:01:01 1999 Johan Danielsson <joda@hella.pdc.kth.se>