Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
checkout: factor out functions to new lib file
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index e53750ca01afbd7d777e62aa221f6861f66b0703..a80a8fcca999ed55eee4bdff1d5549dd3c52cd1e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-759,6
+759,7
@@
LIB_OBJS += branch.o
LIB_OBJS += bulk-checkin.o
LIB_OBJS += bundle.o
LIB_OBJS += cache-tree.o
+LIB_OBJS += checkout.o
LIB_OBJS += color.o
LIB_OBJS += column.o
LIB_OBJS += combine-diff.o