2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

add ipv6.o; search for includes in build dir include

This commit is contained in:
Bob Halley 1999-07-15 20:12:37 +00:00
parent 86bbe826f0
commit c65d0c4346

View File

@ -18,16 +18,19 @@ VPATH = @srcdir@
top_srcdir = @top_srcdir@ top_srcdir = @top_srcdir@
CINCLUDES = -I${srcdir}/.. \ CINCLUDES = -I${srcdir}/.. \
-I./include \
-I${srcdir}/include \ -I${srcdir}/include \
-I${srcdir}/../pthreads/include \ -I${srcdir}/../pthreads/include \
-I${srcdir}/../include -I${srcdir}/../include
CDEFINES = CDEFINES =
CWARNINGS = CWARNINGS =
OBJS = app.@O@ time.@O@ stdtime.@O@ socket.@O@ \ OBJS = @ISC_IPV6_O@ \
app.@O@ time.@O@ stdtime.@O@ socket.@O@ \
interfaceiter.@O@ net.@O@ interfaceiter.@O@ net.@O@
SRCS = app.c time.c stdtime.c socket.c \ SRCS = @ISC_IPV6_C@ \
app.c time.c stdtime.c socket.c \
interfaceiter.c net.c interfaceiter.c net.c
SUBDIRS = include SUBDIRS = include