diff -ruaN coda-6.9.2.old/coda-src/auth2/Makefile.am coda-6.9.2/coda-src/auth2/Makefile.am --- coda-6.9.2.old/coda-src/auth2/Makefile.am 2007-08-02 11:51:45.000000000 -0700 +++ coda-6.9.2/coda-src/auth2/Makefile.am 2007-09-17 10:45:15.000000000 -0700 @@ -20,11 +20,11 @@ if WANT_KERBEROS if WANT_KRB4 KRBSRC += krb4.c -LIBKRB += $(LIBKRB4) +LIBKRB += $(LIBKRB4) ../util/libutil.la endif if WANT_KRB5 KRBSRC += krb5.c -LIBKRB += $(LIBKRB5) +LIBKRB += $(LIBKRB5) ../util/libutil.la endif KRBSRC += krbcommon.c krbcommon.h endif