summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate/python
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2006-05-23 00:03:06 +0000
committerKen Raeburn <raeburn@mit.edu>2006-05-23 00:03:06 +0000
commitee330a2d8d97e705bcdbb89670b81c09eb692e10 (patch)
tree1352455ae7499521c5ae97bb1cb7de412b94c543 /src/plugins/locate/python
parent7dc48ce343aae54d4f1fb792a303761df52581e1 (diff)
downloadkrb5-ee330a2d8d97e705bcdbb89670b81c09eb692e10.tar.gz
krb5-ee330a2d8d97e705bcdbb89670b81c09eb692e10.tar.xz
krb5-ee330a2d8d97e705bcdbb89670b81c09eb692e10.zip
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
Diffstat (limited to 'src/plugins/locate/python')
-rw-r--r--src/plugins/locate/python/py-locate.c2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
#include "k5-int.h"
-#include "k5-locate.h"
+#include <krb5/locate.h>
#define LIBDIR "/tmp" /* should be imported from configure */
#define SCRIPT_PATH LIBDIR "/krb5/locate-service.py"