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