From 7b7ac04895043a74ade95f8638bb0f9e71113766 Mon Sep 17 00:00:00 2001
From: Gunter Knauf <gk@gknw.de>
Date: Thu, 10 Jun 2004 20:46:24 +0000
Subject: [PATCH] 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 422b50e788..25f7a2900a 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 
 
-- 
GitLab