diff options
author | Lars Hjemli <hjemli@gmail.com> | 2011-02-19 14:00:56 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2011-02-19 14:00:59 +0100 |
commit | e66a16cebcdac53b63e77876acef1ca9e4877038 (patch) | |
tree | 839123e66853c4a80c305a3a1c13295fe5e6acc9 /Makefile | |
parent | Use GIT-1.7.4 (diff) | |
parent | html.c: use '+' to escape spaces in urls (diff) | |
download | cgit-pink-e66a16cebcdac53b63e77876acef1ca9e4877038.tar.gz cgit-pink-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 '')
-rw-r--r-- | Makefile | 1 |
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 |