mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:03:32 +03:00
curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]
Reviewing fields being free'd in free_config_fields() still pending
This commit is contained in:
parent
93579cc363
commit
c0159d0edc
6 changed files with 359 additions and 283 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue