Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
mem-pool: move reusable parts of memory pool into its own file
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a1d8775adb4b38a0340cd7d04184915f0ee65d28..ddbe8788132a3ab95b4cdec7b2184f4b12a24d35 100644
(file)
--- 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