We need headers from ${KRB5DIR}/include too

This commit is contained in:
Simon J. Gerraty 2012-11-08 21:30:54 +00:00
parent 1fc3515c9b
commit 5ee6a1b45f

View file

@ -12,7 +12,8 @@ SRCS= \
CFLAGS+= -DPIC ${PICFLAG}
CFLAGS+= -I${KRB5DIR}/lib/roken \
-I${KRB5DIR}/base \
-I${KRB5DIR}/lib/ipc
-I${KRB5DIR}/lib/ipc \
-I${KRB5DIR}/include
.include <bsd.lib.mk>