From: Dmitry V. Levin Date: Fri, 24 Feb 2012 23:42:42 +0000 (+0400) Subject: Makefile: add thread-utils.h to LIB_H X-Git-Tag: v1.7.8.5~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=39cb6445d9bf5794723bb656499168c3d1b31774;p=git.git Makefile: add thread-utils.h to LIB_H Starting with commit v1.7.8-165-g0579f91, grep.h includes thread-utils.h, so the latter has to be added to LIB_H. Signed-off-by: Dmitry V. Levin Acked-by: Thomas Rast Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index b21d2f141..3031be5ee 100644 --- a/Makefile +++ b/Makefile @@ -576,6 +576,7 @@ LIB_H += streaming.h LIB_H += string-list.h LIB_H += submodule.h LIB_H += tag.h +LIB_H += thread-utils.h LIB_H += transport.h LIB_H += tree.h LIB_H += tree-walk.h