aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-10-11 14:52:22 +0900
committerJunio C Hamano <gitster@pobox.com>2017-10-11 14:52:22 +0900
commit54bd705a9589d33b155588aa11d3b856f252e83d (patch)
tree9687e9e746d3d00eaa7b9030b230cb4d463c9929 /Makefile
parent95649bc6f5de96a862bc23bde4764dee81532a41 (diff)
parent9e6fabde82e91366a7fea5a81e795d26bbe7e10d (diff)
downloadgit-54bd705a9589d33b155588aa11d3b856f252e83d.tar.gz
git-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 b143e4eea..cd7598599 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