Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-27 01:56:19 +0400
committerJunio C Hamano <gitster@pobox.com>2008-05-27 01:56:19 +0400
commitd3d20b846891ebca4f4edf4f0ce6ba6fc73878a7 (patch)
treeeadb49b613a2775f804fc179d68aba267176a80d /Makefile
parent37a12dda24f7ab250869db7eb00157f78d40c724 (diff)
Makefile: fix dependency on wt-status.h
Noticed by Hannes, reported by Dscho. 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 f08d5f7bed..4e36487c3c 100644
--- a/Makefile
+++ b/Makefile
@@ -375,6 +375,7 @@ LIB_H += tree.h
LIB_H += tree-walk.h
LIB_H += unpack-trees.h
LIB_H += utf8.h
+LIB_H += wt-status.h
LIB_OBJS += alias.o
LIB_OBJS += alloc.o