projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0482e8
)
Makefile: add thread-utils.h to LIB_H
author
Dmitry V. Levin
<ldv@altlinux.org>
Fri, 24 Feb 2012 23:42:42 +0000
(
03:42
+0400)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 26 Feb 2012 22:31:26 +0000
(14:31 -0800)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b21d2f14176d08011cea79790eb2246d50787ec9..3031be5ee63facad10da45271ab04a4be4f3bb68 100644
(file)
--- 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