aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-24 17:38:16 +0200
committerYang Tse <yangsita@gmail.com>2011-09-24 17:40:46 +0200
commitc6702c7d3f53b0eb07e452c732df1b8f5765b287 (patch)
treea10425f82f68519524437a5751a276b75c25cc09 /src/Makefile.inc
parent8bab6700d9a7f2085c81c069e0ac0792ac0521b2 (diff)
curl tool: reviewed code moved to tool_*.[ch] files
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index 70e374bde..28d7f05d9 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -17,6 +17,13 @@ CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \
CURL_CFILES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
getpass.c homedir.c curlutil.c xattr.c \
tool_bname.c \
+ tool_cb_dbg.c \
+ tool_cb_hdr.c \
+ tool_cb_prg.c \
+ tool_cb_rea.c \
+ tool_cb_see.c \
+ tool_cb_skt.c \
+ tool_cb_wrt.c \
tool_cfgable.c \
tool_convert.c \
tool_dirhie.c \
@@ -26,7 +33,6 @@ CURL_CFILES = main.c hugehelp.c urlglob.c writeout.c writeenv.c \
tool_mfiles.c \
tool_msgs.c \
tool_myfunc.c \
- tool_progress.c \
tool_setopt.c \
tool_vms.c
@@ -34,6 +40,13 @@ CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
config-riscos.h urlglob.h version.h xattr.h \
writeout.h writeenv.h getpass.h homedir.h curlutil.h \
tool_bname.h \
+ tool_cb_dbg.h \
+ tool_cb_hdr.h \
+ tool_cb_prg.h \
+ tool_cb_rea.h \
+ tool_cb_see.h \
+ tool_cb_skt.h \
+ tool_cb_wrt.h \
tool_cfgable.h \
tool_convert.h \
tool_dirhie.h \
@@ -43,7 +56,6 @@ CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
tool_mfiles.h \
tool_msgs.h \
tool_myfunc.h \
- tool_progress.h \
tool_sdecls.h \
tool_setopt.h \
tool_vms.h