From 93397a765b9d9af11b7d10c114406e303ea4fb1c Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 14 Sep 2008 22:07:12 +0000 Subject: Add support for --scan-tree= option to cgit This option makes cgit scan a directory tree looking for git repositories, generating suitable definitions for a cgitrc file on stdout. Signed-off-by: Lars Hjemli --- (limited to 'Makefile') diff --git a/Makefile b/Makefile index a1caaf4..302ff4c 100644 --- a/Makefile +++ b/Makefile @@ -54,6 +54,7 @@ OBJECTS += cmd.o OBJECTS += configfile.o OBJECTS += html.o OBJECTS += parsing.o +OBJECTS += scan-tree.o OBJECTS += shared.o OBJECTS += ui-atom.o OBJECTS += ui-blob.o -- cgit v0.9.0.2