From 6c849321d7545bcba1eb014d53b55db561015e52 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 5 Oct 2011 20:16:16 +0200 Subject: curl tool: reviewed code moved to tool_*.[ch] files --- src/Makefile.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Makefile.inc') diff --git a/src/Makefile.inc b/src/Makefile.inc index af6f6b47c..d2ee0e679 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -14,7 +14,7 @@ CURLX_ONES = $(top_srcdir)/lib/strtoofft.c \ $(top_srcdir)/lib/rawstr.c \ $(top_srcdir)/lib/nonblock.c -CURL_CFILES = hugehelp.c urlglob.c writeout.c writeenv.c \ +CURL_CFILES = hugehelp.c writeout.c writeenv.c \ getpass.c homedir.c curlutil.c xattr.c \ tool_binmode.c \ tool_bname.c \ @@ -45,10 +45,11 @@ CURL_CFILES = hugehelp.c urlglob.c writeout.c writeenv.c \ tool_parsecfg.c \ tool_setopt.c \ tool_sleep.c \ + tool_urlglob.c \ tool_vms.c CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \ - config-riscos.h urlglob.h version.h xattr.h \ + config-riscos.h version.h xattr.h \ writeout.h writeenv.h getpass.h homedir.h curlutil.h \ tool_binmode.h \ tool_bname.h \ @@ -80,6 +81,7 @@ CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \ tool_sdecls.h \ tool_setopt.h \ tool_sleep.h \ + tool_urlglob.h \ tool_vms.h curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES) -- cgit v1.2.3