From d5e276884a0780c61d4306f1527047f6c4180ab2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 28 Apr 2005 07:50:39 -0700 Subject: Fix up recent object model cleanups Make sure the Makefile knows about the object header dependencies, and add declarations for tag lookup/parsing. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b533a2834d..378d5ee9a2 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 -- cgit v1.2.1