summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c418eda)
raw | patch | inline | side by side (parent: c418eda)
author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 28 Apr 2005 14:50:39 +0000 (07:50 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Thu, 28 Apr 2005 14:50:39 +0000 (07:50 -0700) |
Make sure the Makefile knows about the object header dependencies, and
add declarations for tag lookup/parsing.
add declarations for tag lookup/parsing.
Makefile | patch | blob | history | |
tag.h | patch | blob | history |
diff --git a/Makefile b/Makefile
index b533a2834da564f2fc8d00680aeac59c9d197bd8..378d5ee9a24a9fb7690bfdf79fd3fde2b9563fad 100644 (file)
--- a/Makefile
+++ b/Makefile
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