]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Pull in r24264 from trunk to fix a make check build issue
authorGreg Hudson <ghudson@mit.edu>
Sat, 28 Aug 2010 20:20:14 +0000 (20:20 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 28 Aug 2010 20:20:14 +0000 (20:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/plugins2@24265 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/Makefile.in

index 1b4d879677e494cd1dc98af4dd12c12f08c8e6db..0737a2e533236da12e40c65ea5a012093e67e415 100644 (file)
@@ -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)