summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-11-27 19:24:13 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-11-27 19:24:13 -0800
commit2af9664776a237baa7ce67789bc5d2b54a36d95c (patch)
tree7175a6e86b9f6dc1448dd2527d66f64a2e30c3ab /Makefile
parentMerge branch 'ta/quiet-pull' (diff)
parentFix index preloading for racy dirty case (diff)
downloadtgif-2af9664776a237baa7ce67789bc5d2b54a36d95c.tar.xz
Merge branch 'lt/preload-lstat'
* lt/preload-lstat: Fix index preloading for racy dirty case Add cache preload facility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 35adafa011..acac0ae5d9 100644
--- a/Makefile
+++ b/Makefile
@@ -496,6 +496,7 @@ LIB_OBJS += write_or_die.o
LIB_OBJS += ws.o
LIB_OBJS += wt-status.o
LIB_OBJS += xdiff-interface.o
+LIB_OBJS += preload-index.o
BUILTIN_OBJS += builtin-add.o
BUILTIN_OBJS += builtin-annotate.o