X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/51ada4fda2b47710351e6e4da8a95807d6d9f729..dcef257d4fdbb2e0ff645bf0524cfca652e65ff0:/Makefile diff --git a/Makefile b/Makefile index eab7926..4d2ede3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ 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 = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \ + ui-summary.o ui-log.o ui-view.c ui-tree.c CFLAGS += -Wall