diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-28 07:50:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-28 07:50:39 -0700 |
commit | d5e276884a0780c61d4306f1527047f6c4180ab2 (patch) | |
tree | 26626ad012078d48ca7d434730aabd4de5b6650a /Makefile | |
parent | c418eda493a7471d2a2a02583b2bc962ff81f7bc (diff) | |
download | git-d5e276884a0780c61d4306f1527047f6c4180ab2.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |