git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5624 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-19 13:54:22 +00:00
parent 802d577c0c
commit 6af0e18e36
7 changed files with 35 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
Fri Mar 19 14:48:03 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* lib/hdb/Makefile.am: add version-info
* lib/gssapi/Makefile.am: add version-info
* lib/asn1/Makefile.am: use $(x:y=z) make syntax; move check-der
to check_PROGRAMS
* lib/Makefile.am: add 45
* lib/kadm5/Makefile.am: split in client and server libraries
(breaks shared libraries otherwise)
Thu Mar 18 11:33:30 1999 Johan Danielsson <joda@hella.pdc.kth.se> 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 * include/kadm5/Makefile.am: clean a lot of header files (since

View File

@@ -25,4 +25,7 @@ COMMON_LDADD = \
$(DBLIB) $(DBLIB)
kadmind_LDADD = $(top_builddir)/lib/kadm5/libkadm5srv.la $(COMMON_LDADD) kadmind_LDADD = $(top_builddir)/lib/kadm5/libkadm5srv.la $(COMMON_LDADD)
kadmin_LDADD = $(top_builddir)/lib/kadm5/libkadm5clnt.la $(COMMON_LDADD) kadmin_LDADD = \
$(top_builddir)/lib/kadm5/libkadm5clnt.la \
$(top_builddir)/lib/kadm5/libkadm5srv.la \
$(COMMON_LDADD)

View File

@@ -1,3 +1,7 @@
Fri Mar 19 14:52:29 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: add version-info
Sat Feb 27 19:46:21 1999 Johan Danielsson <joda@hella.pdc.kth.se> Sat Feb 27 19:46:21 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake * Makefile.am: remove EXTRA_DATA (as of autoconf 2.13/automake

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan * Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *

View File

@@ -1,3 +1,7 @@
Fri Mar 19 14:52:48 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: add version-info
Sat Mar 13 22:27:10 1999 Assar Westerlund <assar@sics.se> Sat Mar 13 22:27:10 1999 Assar Westerlund <assar@sics.se>
* otp_parse.c: unsigned-ify * otp_parse.c: unsigned-ify

View File

@@ -1,3 +1,7 @@
Fri Mar 19 14:52:57 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: add version-info
Thu Mar 18 12:53:32 1999 Johan Danielsson <joda@hella.pdc.kth.se> Thu Mar 18 12:53:32 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: remove include_dir hack * Makefile.am: remove include_dir hack

View File

@@ -1,3 +1,7 @@
Fri Mar 19 14:53:20 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* Makefile.am: add libss; add version-info
Thu Mar 18 15:07:06 1999 Johan Danielsson <joda@hella.pdc.kth.se> 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: clean lex.c parse.c parse.h