Move common output-functions into ui-shared.c
While at it, replace the cgit_[lib_]error constants with a proper function Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
2
Makefile
2
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
|
||||
OBJECTS = parsing.o html.o cache.o ui-shared.o
|
||||
|
||||
CFLAGS += -Wall
|
||||
|
||||
|
Reference in New Issue
Block a user