summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-06-18 11:16:55 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-06-18 11:16:55 -0700
commitbcacc0ebdb17b55040826bf82d1bde4070119250 (patch)
tree190507d06bd12dec65429c135b9ca340d844298d /Makefile
parentMerge branch 'jn/remote-set-branches' (diff)
parentdecode file:// and ssh:// URLs (diff)
downloadtgif-bcacc0ebdb17b55040826bf82d1bde4070119250.tar.xz
Merge branch 'jk/url-decode'
* jk/url-decode: decode file:// and ssh:// URLs make url-related functions reusable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5fa893c6fa..a07333b7c9 100644
--- 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