X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/51ada4fda2b47710351e6e4da8a95807d6d9f729..74620f12e4f7e91cb0a0b4ca731e07272d1b65f6:/Makefile diff --git a/Makefile b/Makefile index eab7926..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 +OBJECTS = parsing.o html.o cache.o ui-shared.o ui-repolist.o CFLAGS += -Wall