Include prof_int.h in init_ctx.c instead of init_os_ctx.c,
authorKen Raeburn <raeburn@mit.edu>
Mon, 28 Dec 2009 00:21:00 +0000 (00:21 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 28 Dec 2009 00:21:00 +0000 (00:21 +0000)
corresponding to the moved use of profile_copy in r23484.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23519 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/init_ctx.c
src/lib/krb5/os/Makefile.in
src/lib/krb5/os/init_os_ctx.c

index 507be6e805deea113b3cfa847d8f8b79beb0b440..c5dc49adc0d0eeaadb86b44b24785157ad20c1c6 100644 (file)
@@ -3,7 +3,7 @@ BUILDTOP=$(REL)..$(S)..$(S)..
 RUN_SETUP = @KRB5_RUN_ENV@
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
-LOCALINCLUDES = -I$(srcdir)/../os -I$(top_srcdir)
+LOCALINCLUDES = -I$(srcdir)/../os -I$(top_srcdir) -I$(top_srcdir)/util/profile
 DEFS=-DLIBDIR=\"$(KRB5_LIBDIR)\"
 
 ##DOS##BUILDTOP = ..\..\..
index 3bdbdd5086f39bcaf44ed32aa40d59ed072f5827..c5c29ca3ec37c2ddc15626805483cdca2a5f9043 100644 (file)
@@ -54,6 +54,7 @@
  */
 
 #include "k5-int.h"
+#include "prof_int.h"        /* XXX for profile_copy, not public yet */
 #include <ctype.h>
 #include "brand.c"
 /* There has to be a better way for windows... */
index 8a410ea349d6b972d727b7eaa7c96bc11b87de04..8788c897a2015dcae80048e61c0d16e088ec5d4b 100644 (file)
@@ -5,7 +5,6 @@ PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
 DEFS=
 DEFINES=-DLIBDIR=\"$(KRB5_LIBDIR)\"
-LOCALINCLUDES=-I$(top_srcdir)/util/profile
 
 ##DOS##BUILDTOP = ..\..\..
 ##DOS##PREFIXDIR=os
index 0b89740ed1f9845278a7df19eb58053a64b731c3..70841a42f04414ad4861346b7a5e565f781fe4c8 100644 (file)
@@ -31,7 +31,6 @@
 
 #include "k5-int.h"
 #include "os-proto.h"
-#include "prof_int.h"        /* XXX for profile_copy, not public yet */
 
 #ifdef USE_KIM
 #include "kim_library_private.h"