Put generated headers into SRCS so that we pick them up even if
"make depend" was not run.
This commit is contained in:
parent
2894a94905
commit
95756ea357
@ -19,6 +19,7 @@ SRCS= \
|
|||||||
get_s.c \
|
get_s.c \
|
||||||
init_s.c \
|
init_s.c \
|
||||||
kadm5_err.c \
|
kadm5_err.c \
|
||||||
|
kadm5_err.h \
|
||||||
keys.c \
|
keys.c \
|
||||||
log.c \
|
log.c \
|
||||||
marshall.c \
|
marshall.c \
|
||||||
|
@ -97,9 +97,10 @@ SRCS= \
|
|||||||
warn.c \
|
warn.c \
|
||||||
write_message.c \
|
write_message.c \
|
||||||
krb5_err.c \
|
krb5_err.c \
|
||||||
|
krb5_err.h \
|
||||||
k524_err.c \
|
k524_err.c \
|
||||||
heim_err.c \
|
|
||||||
k524_err.h \
|
k524_err.h \
|
||||||
|
heim_err.c \
|
||||||
heim_err.h
|
heim_err.h
|
||||||
|
|
||||||
CFLAGS+=-I${KRB5DIR}/lib/krb5 \
|
CFLAGS+=-I${KRB5DIR}/lib/krb5 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user