[PATCH] Add tag header/parser to library
[gitweb.git] / Makefile
index 2d2913b6b98ac836b43755b1304d2a838dad87dd..b533a2834da564f2fc8d00680aeac59c9d197bd8 100644 (file)
--- 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