diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2007-02-08 13:53:13 +0100 | 
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2007-02-08 13:58:58 +0100 | 
| commit | ab2ab95f09994560f62fd631f07d3b6e3577aa6e (patch) | |
| tree | 846763c1bcb78bd27dc37c99e5f6d703ca5ab179 /Makefile | |
| parent | 14d360df60f059b9b5b045fc6df1eec6f0966d9a (diff) | |
Add support for snapshots
Make a link from the commit viewer to a snapshot of the corresponding tree.
Currently only zip-format is supported.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -6,7 +6,8 @@ gitsrc = ../git  CACHE_ROOT = /var/cache/cgit  EXTLIBS = $(gitsrc)/libgit.a $(gitsrc)/xdiff/lib.a -lz -lcrypto  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 ui-commit.c ui-diff.o +	ui-summary.o ui-log.o ui-view.c ui-tree.c ui-commit.c ui-diff.o \ +	ui-snapshot.o  CFLAGS += -Wall | 
