aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
authorTatsuhiro Tsujikawa <tatsuhiro.t@gmail.com>2012-05-26 22:51:03 +0900
committerDaniel Stenberg <daniel@haxx.se>2012-05-26 23:12:09 +0200
commit1bfd750f3f9e173ce5a6735756106cf6a1804960 (patch)
tree35251f9f29750ebef094ccf30b413eaa1a1ca918 /src/Makefile.inc
parent7bdb9fba952ea24390b903478aedb5e1615ae2d4 (diff)
Reduced #ifdef HAVE_METALINK
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r--src/Makefile.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index e070b3a66..3265ea9d8 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -50,7 +50,8 @@ CURL_CFILES = hugehelp.c \
tool_vms.c \
tool_writeenv.c \
tool_writeout.c \
- tool_xattr.c
+ tool_xattr.c \
+ tool_metalink.c
CURL_HFILES = hugehelp.h \
tool_binmode.h \
@@ -91,7 +92,8 @@ CURL_HFILES = hugehelp.h \
tool_vms.h \
tool_writeenv.h \
tool_writeout.h \
- tool_xattr.h
+ tool_xattr.h \
+ tool_metalink.h
curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)