X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=e6ef41d70240c242d1bfab244067d04518a4d552;hb=b5b1442ac35706ce1e3daed407dd935f0e9dd796;hp=50c5ccb9c3eae281e3fc1c7c16810c56c70ef9b8;hpb=ef9e58c826a4fcaa13457cd8177518163f82972a;p=git.git diff --git a/Makefile b/Makefile index 50c5ccb9..e6ef41d7 100644 --- a/Makefile +++ b/Makefile @@ -196,12 +196,12 @@ LIB_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 \ - tree-walk.h + tree-walk.h log-tree.h DIFF_OBJS = \ diff.o diffcore-break.o diffcore-order.o \ diffcore-pickaxe.o diffcore-rename.o tree-diff.o combine-diff.o \ - diffcore-delta.o + diffcore-delta.o log-tree.o LIB_OBJS = \ blob.o commit.o connect.o csum-file.o \