aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd5c80f75..37fdbb04e 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,8 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-http-pull git-ssh-push git-ssh-pull git-rev-list git-mktag \
git-diff-helper git-tar-tree git-local-pull git-write-blob \
git-get-tar-commit-id git-mkdelta git-apply git-stripspace \
- git-cvs2git git-diff-stages git-rev-parse git-patch-id
+ git-cvs2git git-diff-stages git-rev-parse git-patch-id \
+ git-pack-objects
all: $(PROG)
@@ -122,6 +123,7 @@ git-cvs2git: cvs2git.c
git-diff-stages: diff-stages.c
git-rev-parse: rev-parse.c
git-patch-id: patch-id.c
+git-pack-objects: pack-objects.c
git-http-pull: LIBS += -lcurl
git-rev-list: LIBS += -lssl