aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2010-08-28 20:20:14 +0000
committerGreg Hudson <ghudson@mit.edu>2010-08-28 20:20:14 +0000
commitc9cf5c01e0e1b32325b095b9ae11b0e97d564b5c (patch)
treea201978e6b32777510b4fc34730fe97335192b56 /src/lib
parent8c0312069cbb4edadff3df89f244382e538cee7c (diff)
downloadkrb5-c9cf5c01e0e1b32325b095b9ae11b0e97d564b5c.zip
krb5-c9cf5c01e0e1b32325b095b9ae11b0e97d564b5c.tar.gz
krb5-c9cf5c01e0e1b32325b095b9ae11b0e97d564b5c.tar.bz2
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/Makefile.in b/src/lib/krb5/krb/Makefile.in
index 1b4d879..0737a2e 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)