diff options
author | Lars Hjemli <hjemli@gmail.com> | 2006-12-11 16:48:03 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-11 16:49:18 +0100 |
commit | 74620f12e4f7e91cb0a0b4ca731e07272d1b65f6 (patch) | |
tree | 2e4db980535682c0a606d425b2937126d4b2c09b /Makefile | |
parent | 5a106eb09b9b5e189b96cc736046a92b054f6c7f (diff) | |
download | cgit-74620f12e4f7e91cb0a0b4ca731e07272d1b65f6.tar.gz cgit-74620f12e4f7e91cb0a0b4ca731e07272d1b65f6.tar.xz |
Move functions for repolist output into ui-repolist.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 +OBJECTS = parsing.o html.o cache.o ui-shared.o ui-repolist.o CFLAGS += -Wall |