summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-05-14 08:26:08 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-05-14 08:26:08 +0900
commiteede71149ec0e03eeb4d469e18d16ff4def1cd35 (patch)
tree1bdea2af6558d1ad5b8da5b5baf588d5fce30b19 /Makefile
parentMerge branch 'pw/patience-diff-clean-up' (diff)
parentobject-info: support for retrieving object info (diff)
downloadtgif-eede71149ec0e03eeb4d469e18d16ff4def1cd35.tar.xz
Merge branch 'ba/object-info'
Over-the-wire protocol learns a new request type to ask for object sizes given a list of object names. * ba/object-info: object-info: support for retrieving object info
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93664d6714..3a2d3c80a8 100644
--- a/Makefile
+++ b/Makefile
@@ -963,6 +963,7 @@ LIB_OBJS += progress.o
LIB_OBJS += promisor-remote.o
LIB_OBJS += prompt.o
LIB_OBJS += protocol.o
+LIB_OBJS += protocol-caps.o
LIB_OBJS += prune-packed.o
LIB_OBJS += quote.o
LIB_OBJS += range-diff.o