From c1300f6e055b9eee496187eae0f025ef8ce9bbfd Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Thu, 29 Jun 2006 19:51:24 +0000 Subject: [PATCH] pull up r18264 from trunk r18264@cathode-dark-space: epeisach | 2006-06-29 09:26:42 -0400 ticket: 3953 tags: pullup Makefile.in: Change T_STD_CONF_OBJS to only list t_std_conf.o and pull in the rest from libkrb5. This fixes the problem of linking in init_os_ctx.o which was trying to use the private copy_profile() that was not exported. Also - updated dependencies - init_os_ctx.c now includes prof-int.h... ticket: 3953 version_fixed: 1.5 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@18269 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 2484c88bc..6f74ad61a 100644 --- a/src/lib/krb5/os/Makefile.in +++ b/src/lib/krb5/os/Makefile.in @@ -162,8 +162,7 @@ shared: TEST_PROGS= t_std_conf t_an_to_ln t_locate_kdc -T_STD_CONF_OBJS= t_std_conf.o def_realm.o get_krbhst.o realm_dom.o \ - hst_realm.o init_os_ctx.o locate_kdc.o dnsglue.o +T_STD_CONF_OBJS= t_std_conf.o T_AN_TO_LN_OBJS = t_an_to_ln.o an_to_ln.o -- 2.26.2