Makefile.in: Change T_STD_CONF_OBJS to only list t_std_conf.o and pull in the
authorEzra Peisach <epeisach@mit.edu>
Thu, 29 Jun 2006 13:26:42 +0000 (13:26 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 29 Jun 2006 13:26:42 +0000 (13:26 +0000)
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

index 9fae2a4ee39a6a24b609cd34f759eaf0f4245b43..6f74ad61a46e0dfde2dd549c1a6314856d2bbdb0 100644 (file)
@@ -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 \