summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-02-27 11:54:03 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-02-27 11:54:03 -0800
commit3c972e1ec422e0e72ab192ee871656cd065ca80e (patch)
tree17a6288bda8f5f1ddb4ca9e0fc95240c7850c1bf /Makefile
parentMerge branch 'bc/reflog-fix' (diff)
parentRevert "pack-objects: Print a message describing the number of threads for pa... (diff)
downloadtgif-3c972e1ec422e0e72ab192ee871656cd065ca80e.tar.xz
Merge branch 'ae/pack-autothread'
* ae/pack-autothread: Revert "pack-objects: Print a message describing the number of threads for packing" pack-objects: Print a message describing the number of threads for packing pack-objects: Add runtime detection of online CPU's
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a055f11aa6..cc635296a3 100644
--- a/Makefile
+++ b/Makefile
@@ -741,6 +741,7 @@ endif
ifdef THREADED_DELTA_SEARCH
BASIC_CFLAGS += -DTHREADED_DELTA_SEARCH
EXTLIBS += -lpthread
+ LIB_OBJS += thread-utils.o
endif
ifeq ($(TCLTK_PATH),)