Skip to content

Commit

Permalink
* pre.in (CRYPTO_DEPLIB):
Browse files Browse the repository at this point in the history
	(KRB5_BASE_LIBS):
	(KRB4COMPAT_LIBS): Rename; libcrypto -> libk5crypto.


git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10530 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Apr 15, 1998
1 parent b8346f0 commit 2d38344
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions src/config/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Wed Apr 15 18:01:39 1998 Tom Yu <tlyu@mit.edu>

* pre.in (CRYPTO_DEPLIB):
(KRB5_BASE_LIBS):
(KRB4COMPAT_LIBS): Rename; libcrypto -> libk5crypto.

Sun Mar 1 22:25:34 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>

* pre.in: Define AUTOCONF and CONFIG_RELTOPDIR from the autoconf
Expand Down
6 changes: 3 additions & 3 deletions src/config/pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ GSS_DEPLIB = $(TOPLIBD)/libgssapi_krb5$(DEPLIBEXT)
KRB4_DEPLIB = @KRB4_DEPLIB@ # $(TOPLIBD)/libkrb4$(DEPLIBEXT)
DES425_DEPLIB = @DES425_DEPLIB@ # $(TOPLIBD)/libdes425$(DEPLIBEXT)
KRB5_DEPLIB = $(TOPLIBD)/libkrb5$(DEPLIBEXT)
CRYPTO_DEPLIB = $(TOPLIBD)/libcrypto$(DEPLIBEXT)
CRYPTO_DEPLIB = $(TOPLIBD)/libk5crypto$(DEPLIBEXT)
COM_ERR_DEPLIB = $(TOPLIBD)/libcom_err$(DEPLIBEXT)
DYN_DEPLIB = $(TOPLIBD)/libdyn$(DEPLIBEXT)

Expand Down Expand Up @@ -246,8 +246,8 @@ DES425_LIB = @DES425_LIB@
# HESIOD_LIBS is -lhesiod...
HESIOD_LIBS = @HESIOD_LIBS@

KRB5_BASE_LIBS = -lkrb5 -lcrypto -lcom_err $(GEN_LIB) $(LIBS)
KRB4COMPAT_LIBS = $(KRB4_LIB) -lkrb5 $(DES425_LIB) -lcrypto -lcom_err $(GEN_LIB) $(LIBS)
KRB5_BASE_LIBS = -lkrb5 -lk5crypto -lcom_err $(GEN_LIB) $(LIBS)
KRB4COMPAT_LIBS = $(KRB4_LIB) -lkrb5 $(DES425_LIB) -lk5crypto -lcom_err $(GEN_LIB) $(LIBS)
KDB5_LIBS = $(KDB5_LIB) $(DB_LIB)
GSS_LIBS = -lgssapi_krb5
GSSRPC_LIBS = -lgssrpc -ldyn $(GSS_LIBS)
Expand Down

0 comments on commit 2d38344

Please sign in to comment.