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

View File

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