summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-10-10 02:52:51 +0000
committerKen Raeburn <raeburn@mit.edu>2002-10-10 02:52:51 +0000
commitf1e367073b63eaed70efc39b44402456ab011404 (patch)
treec8468b5fc7ad55b336ff569f91dae2ecac5c187c /src/lib
parenta4eec9ea05382ae99af44b1c429779ce97c13e71 (diff)
downloadkrb5-f1e367073b63eaed70efc39b44402456ab011404.tar.gz
krb5-f1e367073b63eaed70efc39b44402456ab011404.tar.xz
krb5-f1e367073b63eaed70efc39b44402456ab011404.zip
* 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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/crypto/keyhash_provider/ChangeLog5
-rw-r--r--src/lib/crypto/keyhash_provider/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/lib/crypto/keyhash_provider/ChangeLog b/src/lib/crypto/keyhash_provider/ChangeLog
index 8b52086d01..e9dbaee32a 100644
--- a/src/lib/crypto/keyhash_provider/ChangeLog
+++ b/src/lib/crypto/keyhash_provider/ChangeLog
@@ -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.
diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in
index 3e6d2d1dd4..ddb1828d6e 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"