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

Collapse All | Expand All

(-)kdc/Makefile.am (-4 / +2 lines)
Lines 84-95 Link Here
84
	$(LIB_roken) \
84
	$(LIB_roken) \
85
	$(DBLIB) 
85
	$(DBLIB) 
86
86
87
if PKINIT
87
LIB_hx509 = $(top_builddir)/lib/hx509/libhx509.la
88
LIB_pkinit = $(top_builddir)/lib/hx509/libhx509.la
89
endif
90
88
91
libkdc_la_LIBADD = \
89
libkdc_la_LIBADD = \
92
	$(LIB_pkinit) \
90
	$(LIB_hx509) \
93
	$(top_builddir)/lib/hdb/libhdb.la \
91
	$(top_builddir)/lib/hdb/libhdb.la \
94
	$(LIB_openldap) \
92
	$(LIB_openldap) \
95
	$(top_builddir)/lib/krb5/libkrb5.la \
93
	$(top_builddir)/lib/krb5/libkrb5.la \

Return to bug 185899