Fix up recent object model cleanups
Make sure the Makefile knows about the object header dependencies, and add declarations for tag lookup/parsing.
This commit is contained in:
parent
c418eda493
commit
d5e276884a
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user