* Makefile.in (t_cksum4, t_cksum5): Include com_err library when linking
authorKen Raeburn <raeburn@mit.edu>
Thu, 10 Oct 2002 02:52:51 +0000 (02:52 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 10 Oct 2002 02:52:51 +0000 (02:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14918 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/keyhash_provider/ChangeLog
src/lib/crypto/keyhash_provider/Makefile.in

index 8b52086d013de31349fa97c6f50eb4803fb0ac48..e9dbaee32a591a5437579eb14bca29814f57fb7d 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-09  Ken Raeburn  <raeburn@mit.edu>
+
+       * Makefile.in (t_cksum4, t_cksum5): Include com_err library when
+       linking.
+
 2002-08-29  Ken Raeburn  <raeburn@mit.edu>
 
        * Makefile.in: Revert $(S)=>/ change, for Windows support.
index 3e6d2d1dd4bcddc2d568b78507dd6c28017bbc2b..ddb1828d6e63b73b7d69815b49d71f7cfa0c7734 100644 (file)
@@ -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"