mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
move socket.c via copy
This commit is contained in:
parent
eb5ae81b55
commit
b3f39a108c
2 changed files with 3 additions and 3 deletions
|
|
@ -12,8 +12,8 @@ CDEFINES =
|
|||
CWARNINGS =
|
||||
|
||||
OBJS = assertions.o buffer.o error.o heap.o lex.o mem.o result.o \
|
||||
rwlock.o socket.o symtab.o task.o timer.o version.o \
|
||||
unix/time.o \
|
||||
rwlock.o symtab.o task.o timer.o version.o \
|
||||
unix/time.o unix/socket.o \
|
||||
pthreads/condition.o
|
||||
|
||||
SUBDIRS = include unix pthreads
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ CINCLUDES = -I${srcdir}/include \
|
|||
CDEFINES =
|
||||
CWARNINGS =
|
||||
|
||||
OBJS = time.o
|
||||
OBJS = time.o socket.o
|
||||
|
||||
SUBDIRS = include
|
||||
TARGETS = ${OBJS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue