]> gitweb.ps.run Git - ps-cgit/blobdiff - Makefile
Make cgit honor CACHE_ROOT as defined in Makefile
[ps-cgit] / Makefile
index d95a5a3129ac2b967befdd45f77a7648c0eb3857..7857b8ea11586a792eda921e404d3f109b0d40f7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ CFLAGS += -DSHA1_HEADER='$(SHA1_HEADER)'
 CFLAGS += -DCGIT_VERSION='"$(CGIT_VERSION)"'
 CFLAGS += -DCGIT_CONFIG='"$(CGIT_CONFIG)"'
 CFLAGS += -DCGIT_SCRIPT_NAME='"$(CGIT_SCRIPT_NAME)"'
+CFLAGS += -DCGIT_CACHE_ROOT='"$(CACHE_ROOT)"'
 
 
 cgit: cgit.c $(OBJECTS)