Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin-am: implement committing applied patch
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 7efedbe8346f198716674161248fda43396c656b..da451f8bca18ccfd4e4902115eb5251f13c3ef9e 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-813,6
+813,7
@@
LIB_OBJS += xdiff-interface.o
LIB_OBJS += zlib.o
BUILTIN_OBJS += builtin/add.o
+BUILTIN_OBJS += builtin/am.o
BUILTIN_OBJS += builtin/annotate.o
BUILTIN_OBJS += builtin/apply.o
BUILTIN_OBJS += builtin/archive.o