summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-02-24 23:42:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-26 22:31:26 (GMT)
commit39cb6445d9bf5794723bb656499168c3d1b31774 (patch)
tree8c2fef97035f159f03ff588a8734e806abf75c76 /Makefile
parentd0482e88a735787f7bb33ef4783be0e7f6a70946 (diff)
downloadgit-39cb6445d9bf5794723bb656499168c3d1b31774.zip
git-39cb6445d9bf5794723bb656499168c3d1b31774.tar.gz
git-39cb6445d9bf5794723bb656499168c3d1b31774.tar.bz2
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 <ldv@altlinux.org> Acked-by: Thomas Rast <trast@student.ethz.ch> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b21d2f1..3031be5 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