aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2005-04-28 07:46:33 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-28 07:46:33 -0700
commit2636f6143751a064e366cb7763d0705b296726e3 (patch)
tree813a08e7a8591855f047f0f6fa88d0c731356983 /Makefile
parenta510bfaa8c001413f363e0d0b9c6cf15dbcbb7b3 (diff)
downloadgit-2636f6143751a064e366cb7763d0705b296726e3.tar.gz
[PATCH] Add tag header/parser to library
This adds preliminary support for tags in the library. It doesn't even store the signature, however, let alone provide any way of checking it. Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d2913b6b9..b533a2834d 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ all: $(PROG)
install: $(PROG) $(SCRIPTS)
install $(PROG) $(SCRIPTS) $(HOME)/bin/
-LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o
+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