From 04ca9aecd1a6b32c5e81885f7f1e99d30d6d8ec3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Thu, 7 Jun 2012 23:49:27 +0200 Subject: metalink: build fixes and adjustments I --- src/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Makefile.inc') diff --git a/src/Makefile.inc b/src/Makefile.inc index 3265ea9d8..76d6b7b7a 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -36,6 +36,7 @@ CURL_CFILES = hugehelp.c \ tool_homedir.c \ tool_libinfo.c \ tool_main.c \ + tool_metalink.c \ tool_mfiles.c \ tool_msgs.c \ tool_operate.c \ @@ -50,8 +51,7 @@ CURL_CFILES = hugehelp.c \ tool_vms.c \ tool_writeenv.c \ tool_writeout.c \ - tool_xattr.c \ - tool_metalink.c + tool_xattr.c CURL_HFILES = hugehelp.h \ tool_binmode.h \ @@ -75,6 +75,7 @@ CURL_HFILES = hugehelp.h \ tool_homedir.h \ tool_libinfo.h \ tool_main.h \ + tool_metalink.h \ tool_mfiles.h \ tool_msgs.h \ tool_operate.h \ @@ -92,8 +93,7 @@ CURL_HFILES = hugehelp.h \ tool_vms.h \ tool_writeenv.h \ tool_writeout.h \ - tool_xattr.h \ - tool_metalink.h + tool_xattr.h curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES) -- cgit v1.2.3