From 0abe8233dd9dff2ae15f1589129af3b8612f827f Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Thu, 29 Jun 2006 13:26:42 +0000 Subject: [PATCH] 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 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18264 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 9fae2a4ee..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 @@ -393,7 +392,8 @@ init_os_ctx.so init_os_ctx.po $(OUTPRE)init_os_ctx.$(OBJEXT): \ $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \ $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/krb5.h \ $(SRCTOP)/include/krb5/locate_plugin.h $(SRCTOP)/include/port-sockets.h \ - $(SRCTOP)/include/socket-utils.h init_os_ctx.c os-proto.h + $(SRCTOP)/include/socket-utils.h $(SRCTOP)/util/profile/prof_int.h \ + init_os_ctx.c os-proto.h krbfileio.so krbfileio.po $(OUTPRE)krbfileio.$(OBJEXT): \ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \ $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \ -- 2.26.2