2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

SRCS did not match OBJS

This commit is contained in:
Andreas Gustafsson
2000-01-19 21:34:50 +00:00
parent 8ac1e9e3da
commit f78d0a48d8

View File

@@ -33,7 +33,7 @@ OBJS = context.@O@ getaddrinfo.@O@ gethost.@O@ getipnode.@O@ \
# Alphabetically # Alphabetically
SRCS = context.c getaddrinfo.c gethost.c getipnode.c \ SRCS = context.c getaddrinfo.c gethost.c getipnode.c \
getnameinfo.c getnet.c lwbuffer.c lwpacket.c \ getnameinfo.c getnet.c lwbuffer.c lwpacket.c \
lwres.c lwres_gabn.c lwres_gnba.c lwres_noop.c lwresutil.c lwres_gabn.c lwres_gnba.c lwres_noop.c
LIBS = @LIBS@ LIBS = @LIBS@