Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193012 | Differences between
and this patch

Collapse All | Expand All

(-)coda-6.9.2.old/coda-src/auth2/Makefile.am (-2 / +2 lines)
Lines 20-30 Link Here
20
if WANT_KERBEROS
20
if WANT_KERBEROS
21
if WANT_KRB4
21
if WANT_KRB4
22
KRBSRC += krb4.c
22
KRBSRC += krb4.c
23
LIBKRB += $(LIBKRB4)
23
LIBKRB += $(LIBKRB4) ../util/libutil.la
24
endif
24
endif
25
if WANT_KRB5
25
if WANT_KRB5
26
KRBSRC += krb5.c
26
KRBSRC += krb5.c
27
LIBKRB += $(LIBKRB5)
27
LIBKRB += $(LIBKRB5) ../util/libutil.la
28
endif
28
endif
29
KRBSRC += krbcommon.c krbcommon.h
29
KRBSRC += krbcommon.c krbcommon.h
30
endif
30
endif

Return to bug 193012