aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Barkalow <barkalow@iabervon.org>2007-10-29 21:05:43 -0400
committerJunio C Hamano <gitster@pobox.com>2007-11-02 22:40:44 -0700
commit18f7c51cf921f7db021e012499456120f3f095a9 (patch)
treeb51a03f6a03572a9ff71d2389a2409ac4c71472f /Makefile
parent4577370e9bfeca8652880b99b8499f76d18865ba (diff)
downloadgit-18f7c51cf921f7db021e012499456120f3f095a9.tar.gz
git-18f7c51cf921f7db021e012499456120f3f095a9.tar.xz
Build-in peek-remote, using transport infrastructure.
Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 042f79ef8..14f25ff8e 100644
--- a/Makefile
+++ b/Makefile
@@ -239,7 +239,7 @@ PROGRAMS = \
git-fast-import$X \
git-daemon$X \
git-merge-index$X git-mktag$X git-mktree$X git-patch-id$X \
- git-peek-remote$X git-receive-pack$X \
+ git-receive-pack$X \
git-send-pack$X git-shell$X \
git-show-index$X \
git-unpack-file$X \
@@ -352,6 +352,7 @@ BUILTIN_OBJS = \
builtin-mv.o \
builtin-name-rev.o \
builtin-pack-objects.o \
+ builtin-peek-remote.o \
builtin-prune.o \
builtin-prune-packed.o \
builtin-push.o \