Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Move reusable parts of memory pool into its own file
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a1d8775adb4b38a0340cd7d04184915f0ee65d28..1e142b1dd9d4c9ad37124bbe28c40639c21ce5b3 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-832,6
+832,7
@@
LIB_OBJS += lockfile.o
LIB_OBJS += log-tree.o
LIB_OBJS += mailinfo.o
LIB_OBJS += mailmap.o
+LIB_OBJS += mem-pool.o
LIB_OBJS += match-trees.o
LIB_OBJS += merge.o
LIB_OBJS += merge-blobs.o