Skip to content

Commit 6b1b40d

Browse files
ldv-altgitster
authored andcommitted
Makefile: Add cache-tree.h to the headers list
The dependency was missing. Signed-off-by: Dmitry V. Levin <ldv@altlinux.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent ea09ea2 commit 6b1b40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ LIB_FILE=libgit.a
281281
XDIFF_LIB=xdiff/lib.a
282282

283283
LIB_H = \
284-
archive.h blob.h cache.h commit.h csum-file.h delta.h grep.h \
284+
archive.h blob.h cache.h cache-tree.h commit.h csum-file.h delta.h grep.h \
285285
diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \
286286
run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \
287287
tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \

0 commit comments

Comments
 (0)