From 1418034e642fee67c981b31e4c3eb6e8ae14e303 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 11 Dec 2006 16:55:07 +0100 Subject: Move repo summary functions into ui-summary.c Signed-off-by: Lars Hjemli --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81ebb18..71ddc40 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ INSTALL_CSS = /var/www/htdocs/cgit.css CACHE_ROOT = /var/cache/cgit EXTLIBS = ../git/libgit.a ../git/xdiff/lib.a -lz -lcrypto -OBJECTS = parsing.o html.o cache.o ui-shared.o ui-repolist.o +OBJECTS = cache.o parsing.o html.o ui-shared.o ui-repolist.o ui-summary.o CFLAGS += -Wall -- cgit v1.2.3-59-g8ed1b