aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.inc
diff options
context:
space:
mode:
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)