diff options
author | Lars Hjemli | 2006-12-11 16:48:03 +0100 |
---|---|---|
committer | Lars Hjemli | 2006-12-11 16:49:18 +0100 |
commit | 74620f12e4f7e91cb0a0b4ca731e07272d1b65f6 (patch) | |
tree | 2e4db980535682c0a606d425b2937126d4b2c09b /Makefile | |
parent | Move common output-functions into ui-shared.c (diff) | |
download | cgit-74620f12e4f7e91cb0a0b4ca731e07272d1b65f6.tar.gz cgit-74620f12e4f7e91cb0a0b4ca731e07272d1b65f6.zip |
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
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 | |||
5 | CACHE_ROOT = /var/cache/cgit | 5 | CACHE_ROOT = /var/cache/cgit |
6 | 6 | ||
7 | EXTLIBS = ../git/libgit.a ../git/xdiff/lib.a -lz -lcrypto | 7 | EXTLIBS = ../git/libgit.a ../git/xdiff/lib.a -lz -lcrypto |
8 | OBJECTS = parsing.o html.o cache.o ui-shared.o | 8 | OBJECTS = parsing.o html.o cache.o ui-shared.o ui-repolist.o |
9 | 9 | ||
10 | CFLAGS += -Wall | 10 | CFLAGS += -Wall |
11 | 11 | ||