mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
use DNS_INCLUDES; compile auth.c
This commit is contained in:
@@ -25,20 +25,21 @@ top_srcdir = @top_srcdir@
|
|||||||
|
|
||||||
CINCLUDES = -I./include \
|
CINCLUDES = -I./include \
|
||||||
-I${srcdir}/include \
|
-I${srcdir}/include \
|
||||||
|
${DNS_INCLUDES} \
|
||||||
${ISC_INCLUDES}
|
${ISC_INCLUDES}
|
||||||
|
|
||||||
CDEFINES =
|
CDEFINES =
|
||||||
CWARNINGS =
|
CWARNINGS =
|
||||||
|
|
||||||
# Alphabetically
|
# Alphabetically
|
||||||
OBJS = connection.@O@ data.@O@ generic.@O@ handle.@O@ lib.@O@ \
|
OBJS = auth.@O@ connection.@O@ data.@O@ generic.@O@ handle.@O@ \
|
||||||
listener.@O@ message.@O@ object.@O@ protocol.@O@ result.@O@ \
|
lib.@O@ listener.@O@ message.@O@ object.@O@ protocol.@O@ \
|
||||||
string.@O@ value.@O@ version.@O@
|
result.@O@ string.@O@ value.@O@ version.@O@
|
||||||
|
|
||||||
# Alphabetically
|
# Alphabetically
|
||||||
SRCS = connection.c data.c generic.c handle.c lib.c \
|
SRCS = auth.c connection.c data.c generic.c handle.c \
|
||||||
listener.c message.c object.c protocol.c result.c \
|
lib.c listener.c message.c object.c protocol.c \
|
||||||
string.c value.c version.c
|
result.c string.c value.c version.c
|
||||||
|
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user