X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=5211edc4ba0999b87ce1aa899683bd495fe345dd;hb=de809dbbce497e0d107562615c1d85ff35b4e0c5;hp=272d956d0dd3c8fe343b09bb7cba51e8dac6ac32;hpb=a310d4349467d78266f38d29e500c77b96ee5bef;p=git.git diff --git a/Makefile b/Makefile index 272d956d..5211edc4 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ install: $(PROG) $(SCRIPTS) $(INSTALL) $(PROG) $(SCRIPTS) $(dest)$(bin) LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o \ - tag.o date.o diff-delta.o patch-delta.o + tag.o date.o index.o diff-delta.o patch-delta.o LIB_FILE=libgit.a LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h