Put generated headers into SRCS so that we pick them up even if

"make depend" was not run.
This commit is contained in:
ru 2004-02-03 09:21:37 +00:00
parent 39c59e5427
commit f8195a3bc2
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ SRCS= \
get_s.c \
init_s.c \
kadm5_err.c \
kadm5_err.h \
keys.c \
log.c \
marshall.c \

View File

@ -97,9 +97,10 @@ SRCS= \
warn.c \
write_message.c \
krb5_err.c \
krb5_err.h \
k524_err.c \
heim_err.c \
k524_err.h \
heim_err.c \
heim_err.h
CFLAGS+=-I${KRB5DIR}/lib/krb5 \