summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2007-10-29 22:03:39 -0400
committerJunio C Hamano <gitster@pobox.com>2007-11-02 22:40:44 -0700
commit96249c04c07f00485a3ed1052ff10b27ab147fc5 (patch)
tree47fc355fbf8eb14f877a2c93f19dfe511d68feb4 /Makefile
parent18f7c51cf921f7db021e012499456120f3f095a9 (diff)
downloadgit-96249c04c07f00485a3ed1052ff10b27ab147fc5.tar.gz
Build-in send-pack, with an API for other programs to call.
Also marks some more things as const, as needed. Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14f25ff8ec..3ec1876cbb 100644
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,7 @@ BUILTIN_OBJS = \
builtin-push.o \
builtin-read-tree.o \
builtin-reflog.o \
+ builtin-send-pack.o \
builtin-config.o \
builtin-rerere.o \
builtin-reset.o \