client: convert to new socket API

This commit is contained in:
Miroslav Lichvar
2019-07-17 17:38:32 +02:00
parent c651ea9b6b
commit bb1c02e9f5
2 changed files with 72 additions and 100 deletions

View File

@@ -42,7 +42,7 @@ OBJS = array.o cmdparse.o conf.o local.o logging.o main.o memory.o \
EXTRA_OBJS=@EXTRA_OBJECTS@
CLI_OBJS = array.o client.o cmdparse.o getdate.o memory.o nameserv.o \
pktlength.o util.o $(HASH_OBJ)
pktlength.o socket.o util.o $(HASH_OBJ)
ALL_OBJS = $(OBJS) $(EXTRA_OBJS) $(CLI_OBJS)