summaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-06-07 23:49:27 +0200
committerYang Tse <yangsita@gmail.com>2012-06-07 23:50:12 +0200
commit04ca9aecd1a6b32c5e81885f7f1e99d30d6d8ec3 (patch)
treecc7a188d7a6c4676fdb895df4b7c484b3ba99f78 /src/Makefile.inc
parent2e48139fbf44283a07f02978095d50bdcb112b9f (diff)
downloadgnurl-04ca9aecd1a6b32c5e81885f7f1e99d30d6d8ec3.tar.gz
gnurl-04ca9aecd1a6b32c5e81885f7f1e99d30d6d8ec3.tar.bz2
gnurl-04ca9aecd1a6b32c5e81885f7f1e99d30d6d8ec3.zip
metalink: build fixes and adjustments I
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
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)