Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
url.c: "<scheme>://" part at the beginning should not be URL decoded
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 07cab8f6a47d4e49fab4d4f68d6998b2e0fff74b..4785f3fbeca2479da0afdc953e8582969fef8c1b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-627,6
+627,7
@@
LIB_OBJS += tree-diff.o
LIB_OBJS += tree.o
LIB_OBJS += tree-walk.o
LIB_OBJS += unpack-trees.o
+LIB_OBJS += url.o
LIB_OBJS += usage.o
LIB_OBJS += userdiff.o
LIB_OBJS += utf8.o