aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-09 00:48:09 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-09 00:48:09 +0200
commitca8eb8fc8f71ee0a40015c323619f776840b6503 (patch)
treef74a114ba19c215bffe8362bf8e63495155ebef4 /Makefile
parentui-view: show pathname if specified in querystring (diff)
downloadcgit-ca8eb8fc8f71ee0a40015c323619f776840b6503.tar.xz
cgit-ca8eb8fc8f71ee0a40015c323619f776840b6503.zip
Add support for downloading single blobs
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 24c3963..7c0527b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ 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.o ui-tree.o ui-commit.o ui-diff.o \
- ui-snapshot.o
+ ui-snapshot.o ui-blob.o
CFLAGS += -Wall