The addition of rxkad-k5 support in 1.6.5 introduced dependencies
on rxkad to the auth and afsauthent libraries. However, the rxkad
headers used are both source files and generated files, so we must
add both the source and build tree rxkad directories to the include
search path.
This is a 1.6-only change, since on master we are using libtool
and do not need to reach into other parts of the source tree
to rebuild certain files into these libraries.
Change-Id: I819095a3e0ac259bba43205d0462659cbd2c6f03
Reviewed-on: http://gerrit.openafs.org/10736
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
${CCOBJ} ${CFLAGS} -c ${srcdir}/akimpersonate.c @KRB5_CPPFLAGS@
akimpersonate_v5gen.o: akimpersonate_v5gen.c ${INCLS}
- ${CCOBJ} ${CFLAGS} -c ${srcdir}/akimpersonate_v5gen.c @KRB5_CPPFLAGS@ -I${srcdir}/../rxkad
+ ${CCOBJ} ${CFLAGS} -c ${srcdir}/akimpersonate_v5gen.c @KRB5_CPPFLAGS@ -I${srcdir}/../rxkad -I../rxkad
userok.o: userok.c ${INCLS}
cellconfig.o: cellconfig.c ${INCLS}
${CCRULE} -I../auth @KRB5_CPPFLAGS@
akimpersonate_v5gen.o: ${AUTH}/akimpersonate_v5gen.c
- ${CCRULE} -I../auth @KRB5_CPPFLAGS@ -I../rxkad
+ ${CCRULE} -I../auth @KRB5_CPPFLAGS@ -I${srcdir}/../rxkad -I../rxkad
ktc_errors.o: ${AUTH}/ktc_errors.c
${CCRULE}
${CCRULE} @KRB5_CPPFLAGS@
akimpersonate_v5gen.o: ${AUTH}/akimpersonate_v5gen.c
- ${CCRULE} @KRB5_CPPFLAGS@ -I../rxkad
+ ${CCRULE} @KRB5_CPPFLAGS@ -I${srcdir}/../rxkad -I../rxkad
ktc_errors.o: ${AUTH}/ktc_errors.c
${CCRULE}