Merge branch 'ae/pack-autothread'
[gitweb.git] / Makefile
index a055f11aa65a89489344fc9b80332c0669a2549e..cc635296a379292f325d61f4cf4488c0239ab2fa 100644 (file)
--- 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),)