aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-02-19 14:00:56 +0100
committerLars Hjemli <hjemli@gmail.com>2011-02-19 14:00:59 +0100
commite66a16cebcdac53b63e77876acef1ca9e4877038 (patch)
tree839123e66853c4a80c305a3a1c13295fe5e6acc9 /Makefile
parentUse GIT-1.7.4 (diff)
parenthtml.c: use '+' to escape spaces in urls (diff)
downloadcgit-e66a16cebcdac53b63e77876acef1ca9e4877038.tar.xz
cgit-e66a16cebcdac53b63e77876acef1ca9e4877038.zip
Merge branch 'lh/improve-range-search'
* lh/improve-range-search: html.c: use '+' to escape spaces in urls ui-log.c: improve handling of range-search argument Add vector utility functions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 84790a8..a988751 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,7 @@ OBJECTS += ui-stats.o
OBJECTS += ui-summary.o
OBJECTS += ui-tag.o
OBJECTS += ui-tree.o
+OBJECTS += vector.o
ifdef NEEDS_LIBICONV
EXTLIBS += -liconv