Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Git-aware CGI to provide dumb HTTP transport
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index fea237bc80978c1011793ee0cbd8398b2e9f773b..271c2901717b700141234f23d5444b59ac95a3f7 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-365,6
+365,7
@@
PROGRAMS += git-show-index$X
PROGRAMS += git-unpack-file$X
PROGRAMS += git-upload-pack$X
PROGRAMS += git-var$X
+PROGRAMS += git-http-backend$X
# List built-in command $C whose implementation cmd_$C() is not in
# builtin-$C.o but is linked in as part of some other command.