summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-28 14:50:39 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-28 14:50:39 (GMT)
commitd5e276884a0780c61d4306f1527047f6c4180ab2 (patch)
tree26626ad012078d48ca7d434730aabd4de5b6650a /Makefile
parentc418eda493a7471d2a2a02583b2bc962ff81f7bc (diff)
downloadgit-d5e276884a0780c61d4306f1527047f6c4180ab2.zip
git-d5e276884a0780c61d4306f1527047f6c4180ab2.tar.gz
git-d5e276884a0780c61d4306f1527047f6c4180ab2.tar.bz2
Fix up recent object model cleanups
Make sure the Makefile knows about the object header dependencies, and add declarations for tag lookup/parsing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b533a28..378d5ee 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install: $(PROG) $(SCRIPTS)
LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o tag.o
LIB_FILE=libgit.a
-LIB_H=cache.h object.h
+LIB_H=cache.h object.h blob.h tree.h commit.h tag.h
LIB_H += strbuf.h
LIB_OBJS += strbuf.o