]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Makefile
shortlog: support --pretty=format: option
[git.git] / Makefile
index 4796565ab3a8e7c9bbe7f6fd092713064dce2c1a..de151638bb5c20fe34a0ca5869652004cd90911d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -363,6 +363,7 @@ LIB_H += quote.h
 LIB_H += reflog-walk.h
 LIB_H += refs.h
 LIB_H += remote.h
+LIB_H += rerere.h
 LIB_H += revision.h
 LIB_H += run-command.h
 LIB_H += sha1-lookup.h
@@ -447,6 +448,7 @@ LIB_OBJS += read-cache.o
 LIB_OBJS += reflog-walk.o
 LIB_OBJS += refs.o
 LIB_OBJS += remote.o
+LIB_OBJS += rerere.o
 LIB_OBJS += revision.o
 LIB_OBJS += run-command.o
 LIB_OBJS += server-info.o