mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
2 changed files with 3 additions and 1 deletions
|
|
@ -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 a new issue