aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-07-31 09:06:15 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-07-31 13:41:00 +0200
commit5af2bfb9557e36a5e9ad181f7b5edc3d1875e8bc (patch)
tree1e5ee5d97bb7097f8e1ee0bebd811f43269b8b01 /src/Makefile.inc
parent1691a31cab33ef1d6a186bd08e5f8cf7661e34c1 (diff)
curl: --progress-bar max update frequency now at 5Hz
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index cd890accc..09bd9e804 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -13,7 +13,8 @@ CURLX_ONES = \
../lib/strtoofft.c \
../lib/strdup.c \
../lib/rawstr.c \
- ../lib/nonblock.c
+ ../lib/nonblock.c \
+ ../lib/timeval.c
CURL_CFILES = \
tool_binmode.c \