X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/7618cac1ee3bf83424d9237c3c362a43c5b246e9..fb9e6d1594a24fe4e551fd57a9c91fd18b14806e:/Makefile diff --git a/Makefile b/Makefile index fe4b10e..a988751 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man SHA1_HEADER = -GIT_VER = 1.7.3 +GIT_VER = 1.7.4 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 INSTALL = install MAN5_TXT = $(wildcard *.5.txt) @@ -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