X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=ab2890d6388ac62a017f5a774670798b0383cc7f;hb=6c2711e70cc070559537a44f4975add451ee53f2;hp=b6d8804d4b0cac60d1dd4943c5b9a791f26e006f;hpb=d10ed827bcf5f07c173313d4575e1d6c720dc25f;p=git.git diff --git a/Makefile b/Makefile index b6d8804d..ab2890d6 100644 --- a/Makefile +++ b/Makefile @@ -190,7 +190,7 @@ PYMODULES = \ LIB_FILE=libgit.a LIB_H = \ - blob.h cache.h commit.h count-delta.h csum-file.h delta.h \ + blob.h cache.h commit.h csum-file.h delta.h \ diff.h object.h pack.h pkt-line.h quote.h refs.h \ run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h @@ -200,7 +200,7 @@ DIFF_OBJS = \ diffcore-delta.o LIB_OBJS = \ - blob.o commit.o connect.o count-delta.o csum-file.o \ + blob.o commit.o connect.o csum-file.o \ date.o diff-delta.o entry.o exec_cmd.o ident.o index.o \ object.o pack-check.o patch-delta.o path.o pkt-line.o \ quote.o read-cache.o refs.o run-command.o \