summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2007-09-05 23:22:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-09-06 06:08:22 (GMT)
commit6b1b40d9f41cdc1db9ad60f143c08f8260eef815 (patch)
tree46fb57d2edc15f7322bc4e1d4767cba41c194d54 /Makefile
parentea09ea22d65d118328642e03ad23c8257304499d (diff)
downloadgit-6b1b40d9f41cdc1db9ad60f143c08f8260eef815.zip
git-6b1b40d9f41cdc1db9ad60f143c08f8260eef815.tar.gz
git-6b1b40d9f41cdc1db9ad60f143c08f8260eef815.tar.bz2
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51af531..dace211 100644
--- a/Makefile
+++ b/Makefile
@@ -281,7 +281,7 @@ LIB_FILE=libgit.a
XDIFF_LIB=xdiff/lib.a
LIB_H = \
- archive.h blob.h cache.h commit.h csum-file.h delta.h grep.h \
+ archive.h blob.h cache.h cache-tree.h commit.h csum-file.h delta.h grep.h \
diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \
run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \
tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \