X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=c0fdaa701f973ec84a9c4524af451432ee2adcf0;hb=e70a165d3db26dbab62e3430553a21d5e97b74ec;hp=adb4965f4921735aec1985ba6f169c96a12c7442;hpb=434d6ba03122c160f98713a009cf8a32d02982f3;p=git.git diff --git a/Makefile b/Makefile index adb4965f..c0fdaa70 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,6 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-request-pull-script git-bisect-script SCRIPTS += git-count-objects-script -# SCRIPTS += git-send-email-script SCRIPTS += git-revert-script SCRIPTS += git-octopus-script @@ -87,6 +86,10 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-show-index git-daemon git-var git-peek-remote git-show-branch \ git-update-server-info git-show-rev-cache git-build-rev-cache +ifdef WITH_SEND_EMAIL +SCRIPTS += git-send-email-script +endif + ifndef NO_CURL PROG+= git-http-pull endif