]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
checkout: factor out functions to new lib file
[thirdparty/git.git] / 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