summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-10-11 14:52:22 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-10-11 14:52:22 +0900
commit54bd705a9589d33b155588aa11d3b856f252e83d (patch)
tree9687e9e746d3d00eaa7b9030b230cb4d463c9929 /Makefile
parentMerge branch 'jr/hash-migration-plan-doc' (diff)
parentoidmap: map with OID as key (diff)
downloadtgif-54bd705a9589d33b155588aa11d3b856f252e83d.tar.xz
Merge branch 'jt/oidmap'
Introduce a new "oidmap" API and rewrite oidset to use it. * jt/oidmap: oidmap: map with OID as key
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b143e4eea3..cd75985991 100644
--- a/Makefile
+++ b/Makefile
@@ -824,6 +824,7 @@ LIB_OBJS += notes-cache.o
LIB_OBJS += notes-merge.o
LIB_OBJS += notes-utils.o
LIB_OBJS += object.o
+LIB_OBJS += oidmap.o
LIB_OBJS += oidset.o
LIB_OBJS += packfile.o
LIB_OBJS += pack-bitmap.o