Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blame: move origin-related methods to libgit
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index e35542e63181144397053bf7932fad2cf97027bb..2d795ed866f574073d6343fdbc7b0f76803eee79 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-718,6
+718,7
@@
LIB_OBJS += argv-array.o
LIB_OBJS += attr.o
LIB_OBJS += base85.o
LIB_OBJS += bisect.o
+LIB_OBJS += blame.o
LIB_OBJS += blob.o
LIB_OBJS += branch.o
LIB_OBJS += bulk-checkin.o