aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2006-12-11 16:48:03 +0100
committerLars Hjemli <hjemli@gmail.com>2006-12-11 16:49:18 +0100
commit74620f12e4f7e91cb0a0b4ca731e07272d1b65f6 (patch)
tree2e4db980535682c0a606d425b2937126d4b2c09b /Makefile
parentMove common output-functions into ui-shared.c (diff)
downloadcgit-74620f12e4f7e91cb0a0b4ca731e07272d1b65f6.tar.xz
cgit-74620f12e4f7e91cb0a0b4ca731e07272d1b65f6.zip
Move functions for repolist output into ui-repolist.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4291f7..81ebb18 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
+OBJECTS = parsing.o html.o cache.o ui-shared.o ui-repolist.o
CFLAGS += -Wall