move socket.c via copy

This commit is contained in:
Michael Graff 1999-01-15 02:16:45 +00:00
parent eb5ae81b55
commit b3f39a108c
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -9,7 +9,7 @@ CINCLUDES = -I${srcdir}/include \
CDEFINES =
CWARNINGS =
OBJS = time.o
OBJS = time.o socket.o
SUBDIRS = include
TARGETS = ${OBJS}