X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=4bc3665f2d1970cbbdfeece53e7346bd79b8536c;hb=aed022ab4ca1055e1c962b73e14dbf41380f84a9;hp=21dd582255aca8793e230ffae0e4b6f321fc6ea5;hpb=7a868a84143c0bad2dce3fd0337320524436da27;p=git.git diff --git a/Makefile b/Makefile index 21dd5822..4bc3665f 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-diff-stages git-rev-parse git-patch-id git-pack-objects \ git-unpack-objects git-verify-pack git-receive-pack git-send-pack \ git-prune-packed git-fetch-pack git-upload-pack git-clone-pack \ - git-show-index git-daemon + git-show-index git-daemon git-var all: $(PROG) @@ -148,6 +148,7 @@ git-receive-pack: receive-pack.c git-send-pack: send-pack.c git-prune-packed: prune-packed.c git-fetch-pack: fetch-pack.c +git-var: var.c git-http-pull: LIBS += -lcurl git-rev-list: LIBS += -lssl