summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-26 21:56:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-05-26 21:56:19 (GMT)
commitd3d20b846891ebca4f4edf4f0ce6ba6fc73878a7 (patch)
treeeadb49b613a2775f804fc179d68aba267176a80d /Makefile
parent37a12dda24f7ab250869db7eb00157f78d40c724 (diff)
downloadgit-d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7.zip
git-d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7.tar.gz
git-d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7.tar.bz2
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 f08d5f7..4e36487 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