]> gitweb.ps.run Git - ps-cgit/blobdiff - Makefile
Move common output-functions into ui-shared.c
[ps-cgit] / Makefile
index eab7926e5676c86a776bc4d6fe567f38778501c6..a4291f7e144fb7fc2d62b228c608786c981e9242 100644 (file)
--- 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
+OBJECTS = parsing.o html.o cache.o ui-shared.o
 
 CFLAGS += -Wall