From f1e367073b63eaed70efc39b44402456ab011404 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 10 Oct 2002 02:52:51 +0000 Subject: [PATCH] * Makefile.in (t_cksum4, t_cksum5): Include com_err library when linking git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14918 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/keyhash_provider/ChangeLog | 5 +++++ src/lib/crypto/keyhash_provider/Makefile.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lib/crypto/keyhash_provider/ChangeLog b/src/lib/crypto/keyhash_provider/ChangeLog index 8b52086d0..e9dbaee32 100644 --- a/src/lib/crypto/keyhash_provider/ChangeLog +++ b/src/lib/crypto/keyhash_provider/ChangeLog @@ -1,3 +1,8 @@ +2002-10-09 Ken Raeburn + + * Makefile.in (t_cksum4, t_cksum5): Include com_err library when + linking. + 2002-08-29 Ken Raeburn * Makefile.in: Revert $(S)=>/ change, for Windows support. diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in index 3e6d2d1dd..ddb1828d6 100644 --- a/src/lib/crypto/keyhash_provider/Makefile.in +++ b/src/lib/crypto/keyhash_provider/Makefile.in @@ -37,10 +37,10 @@ t_cksum5.o: $(srcdir)/t_cksum.c $(CC) -DMD=5 $(ALL_CFLAGS) -o t_cksum5.o -c $(srcdir)/t_cksum.c t_cksum4: t_cksum4.o $(CRYTPO_DEPLIB) - $(CC_LINK) -o t_cksum4 t_cksum4.o $(K5CRYPTO_LIB) $(LIBS) + $(CC_LINK) -o t_cksum4 t_cksum4.o $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(LIBS) t_cksum5: t_cksum5.o $(CRYPTO_DEPLIB) - $(CC_LINK) -o t_cksum5 t_cksum5.o $(K5CRYPTO_LIB) $(LIBS) + $(CC_LINK) -o t_cksum5 t_cksum5.o $(K5CRYPTO_LIB) $(COM_ERR_LIB) $(LIBS) check-unix:: t_cksum4 t_cksum5 $(RUN_SETUP) $(C)t_cksum4 "this is a test" -- 2.26.2