summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJameson Miller <jamill@microsoft.com>2018-04-11 18:37:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-04-12 02:55:20 (GMT)
commit065feab4ebc8e160ab025ff351d724aeda3623ad (patch)
tree6f2e142fb5784be73e70abdbdc8bdc2b22f881d9 /Makefile
parent96c47d1466d2d11e2028b79fdc0bcaf7a4bb7345 (diff)
downloadgit-065feab4ebc8e160ab025ff351d724aeda3623ad.zip
git-065feab4ebc8e160ab025ff351d724aeda3623ad.tar.gz
git-065feab4ebc8e160ab025ff351d724aeda3623ad.tar.bz2
mem-pool: move reusable parts of memory pool into its own file
This moves the reusable parts of the memory pool logic used by fast-import.c into its own file for use by other components. Signed-off-by: Jameson Miller <jamill@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1d8775..ddbe878 100644
--- a/Makefile
+++ b/Makefile
@@ -833,6 +833,7 @@ LIB_OBJS += log-tree.o
LIB_OBJS += mailinfo.o
LIB_OBJS += mailmap.o
LIB_OBJS += match-trees.o
+LIB_OBJS += mem-pool.o
LIB_OBJS += merge.o
LIB_OBJS += merge-blobs.o
LIB_OBJS += merge-recursive.o