X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=b8e603094050377fb8ca2988c2558c76fe113e70;hb=d016a896d4a58a53dbb98cd85ebd033771413079;hp=d6c5d596b82d0af46539eb069d1633e19c64221d;hpb=cd8d918601e28d3aa86b63eeea223b86d71ce1b6;p=git.git diff --git a/Makefile b/Makefile index d6c5d596b..b8e603094 100644 --- a/Makefile +++ b/Makefile @@ -283,7 +283,7 @@ LIB_H = \ diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.h \ run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \ tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \ - utf8.h reflog-walk.h + utf8.h reflog-walk.h patch-ids.h DIFF_OBJS = \ diff.o diff-lib.o diffcore-break.o diffcore-order.o \ @@ -295,6 +295,7 @@ LIB_OBJS = \ date.o diff-delta.o entry.o exec_cmd.o ident.o \ interpolate.o \ lockfile.o \ + patch-ids.o \ object.o pack-check.o patch-delta.o path.o pkt-line.o sideband.o \ reachable.o reflog-walk.o \ quote.o read-cache.o refs.o run-command.o dir.o object-refs.o \