X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=92d0e87535ecaa5e52a6503c43dd30dd546ea6b7;hb=fbe082a528861af785be15bb37d1c7d8f574daa4;hp=b957cec1a0d10c05e3ae09ab5460e914c0c367b6;hpb=c1bb93502012b710ec5a31dff62d4aca7bf51adc;p=git.git diff --git a/Makefile b/Makefile index b957cec1..92d0e875 100644 --- a/Makefile +++ b/Makefile @@ -46,8 +46,9 @@ LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h LIB_H += strbuf.h LIB_OBJS += strbuf.o -LIB_H += diff.h -LIB_OBJS += diff.o diffcore-rename.o diffcore-pickaxe.o diffcore-pathspec.o +LIB_H += diff.h count-delta.h +LIB_OBJS += diff.o diffcore-rename.o diffcore-pickaxe.o diffcore-pathspec.o \ + count-delta.o LIB_OBJS += gitenv.o