Fix release. Just as in other kerberos5 libraries, we need to include

${.OBJDIR} in the includes list and generate a couple of headers from their
.et sources for beforedepend and all.
This commit is contained in:
John Baldwin 2001-02-23 18:31:26 +00:00
parent 75d4fd11cb
commit 22736af0ec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72948

View File

@ -7,7 +7,8 @@ CFLAGS+=-I${KRB5DIR}/lib/gssapi \
-I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/lib/des \
-I${KRB5DIR}/include \
-I${ASN1OBJDIR}
-I${ASN1OBJDIR} \
-I${.OBJDIR}
SRCS= \
8003.c \
@ -49,8 +50,10 @@ SRCS= \
wrap.c \
address_to_krb5addr.c
INCLUDES=${KRB5DIR}/lib/gssapi/gssapi.h
INCLUDES=${KRB5DIR}/lib/gssapi/gssapi.h heim_err.h krb5_err.h
.include <bsd.lib.mk>
.PATH: ${KRB5DIR}/lib/gssapi
beforedepend all: heim_err.h krb5_err.h