summaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-09-16 21:44:45 +0200
committerYang Tse <yangsita@gmail.com>2011-09-16 21:44:45 +0200
commitc0159d0edc52bb92a402397a63a8e0bcdcfc7484 (patch)
treeed1b77d5f1518e87637bcbd023a710855e06c3b9 /src/Makefile.inc
parent93579cc36337f31de7b247ae3e49ad4f3e5f9673 (diff)
downloadgnurl-c0159d0edc52bb92a402397a63a8e0bcdcfc7484.tar.gz
gnurl-c0159d0edc52bb92a402397a63a8e0bcdcfc7484.tar.bz2
gnurl-c0159d0edc52bb92a402397a63a8e0bcdcfc7484.zip
curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]
Reviewing fields being free'd in free_config_fields() still pending
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index f534075df..5d14ba52c 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -16,12 +16,12 @@ 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 os-specific.c xattr.c \
- tool_convert.c tool_mfiles.c
+ tool_cfgable.c tool_convert.c tool_mfiles.c
CURL_HFILES = hugehelp.h setup.h config-win32.h config-mac.h \
config-riscos.h urlglob.h version.h os-specific.h \
writeout.h writeenv.h getpass.h homedir.h curlutil.h \
- xattr.h tool_convert.h tool_mfiles.h
+ xattr.h tool_cfgable.h tool_convert.h tool_mfiles.h
curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)