X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=0bdf03b7def27daa2f94f3b1291bf7636ead524e;hb=c301a0d2cf49b57f246ad73d0fd9f1cf203e7c16;hp=8a20c76e9edb692be3dc6a81b42d86469d55d329;hpb=27e7304567c92c9771efa7a8b787c487391a5fcd;p=git.git diff --git a/Makefile b/Makefile index 8a20c76e..0bdf03b7 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 \