Skip to content

Commit d3d20b8

Browse files
committed
Makefile: fix dependency on wt-status.h
Noticed by Hannes, reported by Dscho. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 37a12dd commit d3d20b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ LIB_H += tree.h
375375
LIB_H += tree-walk.h
376376
LIB_H += unpack-trees.h
377377
LIB_H += utf8.h
378+
LIB_H += wt-status.h
378379

379380
LIB_OBJS += alias.o
380381
LIB_OBJS += alloc.o

0 commit comments

Comments
 (0)