about summary refs log tree commit diff stats
path: root/cgit.mk
diff options
context:
space:
mode:
authorJason A. Donenfeld2014-01-10 05:19:05 +0100
committerJason A. Donenfeld2014-01-10 17:45:43 +0100
commit3eae406934b98ce78eff3a92cb410475d71095a3 (patch)
tree8545d754ee0b4d970a3299479087847bc4c33b5e /cgit.mk
parentfilter: make exit status local (diff)
downloadcgit-3eae406934b98ce78eff3a92cb410475d71095a3.tar.gz
cgit-3eae406934b98ce78eff3a92cb410475d71095a3.zip
filter: split filter functions into their own file
A first step for more interesting things.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgit.mk')
-rw-r--r--cgit.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.mk b/cgit.mk index b5cc7a2..19a76e7 100644 --- a/cgit.mk +++ b/cgit.mk
@@ -29,6 +29,7 @@ CGIT_OBJ_NAMES += cgit.o
29CGIT_OBJ_NAMES += cache.o 29CGIT_OBJ_NAMES += cache.o
30CGIT_OBJ_NAMES += cmd.o 30CGIT_OBJ_NAMES += cmd.o
31CGIT_OBJ_NAMES += configfile.o 31CGIT_OBJ_NAMES += configfile.o
32CGIT_OBJ_NAMES += filter.o
32CGIT_OBJ_NAMES += html.o 33CGIT_OBJ_NAMES += html.o
33CGIT_OBJ_NAMES += parsing.o 34CGIT_OBJ_NAMES += parsing.o
34CGIT_OBJ_NAMES += scan-tree.o 35CGIT_OBJ_NAMES += scan-tree.o