Put generated headers into SRCS so that we pick them up even if
"make depend" was not run.
This commit is contained in:
parent
39c59e5427
commit
f8195a3bc2
@ -19,6 +19,7 @@ SRCS= \
|
||||
get_s.c \
|
||||
init_s.c \
|
||||
kadm5_err.c \
|
||||
kadm5_err.h \
|
||||
keys.c \
|
||||
log.c \
|
||||
marshall.c \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user