* [PATCH] Makefile: add thread-utils.h to LIB_H
@ 2012-02-24 23:42 Dmitry V. Levin
2012-02-26 18:13 ` Thomas Rast
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry V. Levin @ 2012-02-24 23:42 UTC (permalink / raw)
To: git; +Cc: gitster
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>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 99a7a2b..e4f8e0e 100644
--- a/Makefile
+++ b/Makefile
@@ -615,6 +615,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
--
ldv
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-26 18:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 23:42 [PATCH] Makefile: add thread-utils.h to LIB_H Dmitry V. Levin
2012-02-26 18:13 ` Thomas Rast
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).