From: Junio C Hamano Date: Mon, 26 May 2008 21:56:19 +0000 (-0700) Subject: Makefile: fix dependency on wt-status.h X-Git-Tag: v1.5.6-rc1~44 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7?hp=--cc Makefile: fix dependency on wt-status.h Noticed by Hannes, reported by Dscho. Signed-off-by: Junio C Hamano --- d3d20b846891ebca4f4edf4f0ce6ba6fc73878a7 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