Skip to content

Commit

Permalink
Look in srcdir for err_handle.h not in builddir.
Browse files Browse the repository at this point in the history
Also note that having kadm5/clnt depend on a kdb include file in the way it dose now is blocking.

git-svn-id: svn://anonsvn.mit.edu/krb5/users/hartmans/ldap-integ@17602 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
hartmans committed Jan 24, 2006
1 parent 4767cb1 commit 0462331
Show file tree
Hide file tree
Showing 3 changed files with 8,445 additions and 29 deletions.
4 changes: 4 additions & 0 deletions blocking-bugs
Expand Up @@ -12,3 +12,7 @@ specific data is OK.

* --with-ldap needs to be carefully considered; is OPENLDAP upper case really correct? Consider GCS and other options we already use.


* lib/kadm5/clnt/ wants err_handle.h from lib/kdb. This seems
wrong and should probably be fixed either by installing that header in
buildtop/include or something.
2 changes: 1 addition & 1 deletion src/lib/kadm5/clnt/Makefile.in
Expand Up @@ -2,7 +2,7 @@ thisconfigdir=./..
myfulldir=lib/kadm5/clnt
mydir=clnt
BUILDTOP=$(REL)..$(S)..$(S)..
LOCALINCLUDES = -I$(BUILDTOP)/include/kadm5 -I$(BUILDTOP)/lib/kdb
LOCALINCLUDES = -I$(BUILDTOP)/include/kadm5 -I$(srcdir)/../../kdb

LIBBASE=kadm5clnt
LIBMAJOR=5
Expand Down

0 comments on commit 0462331

Please sign in to comment.