mirror of
https://github.com/curl/curl.git
synced 2026-07-23 00:57:24 +03:00
added timeval.c to the sources for curlx_ functions.
This commit is contained in:
parent
60f5b2b275
commit
7b7ac04895
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue