From 7b7ac04895043a74ade95f8638bb0f9e71113766 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 10 Jun 2004 20:46:24 +0000 Subject: added timeval.c to the sources for curlx_ functions. --- src/Makefile.netware | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.netware b/src/Makefile.netware index 422b50e78..25f7a2900 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -140,8 +140,10 @@ OBJS = \ $(OBJDIR)/urlglob.o \ $(OBJDIR)/writeout.o \ $(OBJDIR)/getpass.o \ - $(OBJDIR)/homedir.o + $(OBJDIR)/homedir.o \ + $(OBJDIR)/timeval.o +vpath %.c ../lib all: $(OBJDIR) $(OBJDIR)/version.inc $(OBJDIR)/$(TARGET).nlm -- cgit v1.2.3