From ee330a2d8d97e705bcdbb89670b81c09eb692e10 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 23 May 2006 00:03:06 +0000 Subject: install headers into include/krb5 Create include/krb5 directory, and put krb5.h and (k5-)locate.h there in the build tree. Stub krb5.h in main include directory just includes krb5/krb5.h. Update dependencies, and add dependencies in a couple Makefiles that didn't have them. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18030 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/locate/python/py-locate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/locate/python') diff --git a/src/plugins/locate/python/py-locate.c b/src/plugins/locate/python/py-locate.c index f5dc62932..03c70a62b 100644 --- a/src/plugins/locate/python/py-locate.c +++ b/src/plugins/locate/python/py-locate.c @@ -66,7 +66,7 @@ #include #include "k5-int.h" -#include "k5-locate.h" +#include #define LIBDIR "/tmp" /* should be imported from configure */ #define SCRIPT_PATH LIBDIR "/krb5/locate-service.py" -- cgit