From: Greg Hudson Date: Sat, 28 Aug 2010 20:20:14 +0000 (+0000) Subject: Pull in r24264 from trunk to fix a make check build issue X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9cf5c01e0e1b32325b095b9ae11b0e97d564b5c;p=thirdparty%2Fkrb5.git Pull in r24264 from trunk to fix a make check build issue git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24265 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in index 1b4d879677..0737a2e533 100644 --- a/src/lib/krb5/krb/Makefile.in +++ b/src/lib/krb5/krb/Makefile.in @@ -353,7 +353,7 @@ T_PAC_OBJS= t_pac.o pac.o pac_sign.o copy_data.o T_PRINC_OBJS= t_princ.o parse.o unparse.o -T_ETYPES_OBJS= t_etypes.o init_ctx.o etype_list.o +T_ETYPES_OBJS= t_etypes.o init_ctx.o etype_list.o plugin.o t_walk_rtree: $(T_WALK_RTREE_OBJS) $(KRB5_BASE_DEPLIBS) $(CC_LINK) -o t_walk_rtree $(T_WALK_RTREE_OBJS) $(KRB5_BASE_LIBS)