X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=6e90d8f4e8340f55670f6db36ddb6daf809d8f7b;hb=6fb737be5e4803feabe0d1b6169de36131936368;hp=d613a8c1315e7c05f6e54e22e955ff906c45b987;hpb=b33e9666082ce692e64ccfd688dc2a5075566f75;p=git.git diff --git a/Makefile b/Makefile index d613a8c1..6e90d8f4 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,9 @@ LIB_H=cache.h object.h blob.h tree.h commit.h tag.h delta.h epoch.h csum-file.h LIB_H += strbuf.h LIB_OBJS += strbuf.o +LIB_H += quote.h +LIB_OBJS += quote.o + LIB_H += diff.h count-delta.h LIB_OBJS += diff.o diffcore-rename.o diffcore-pickaxe.o diffcore-pathspec.o \ count-delta.o diffcore-break.o diffcore-order.o