diff options
author | Jason A. Donenfeld | 2014-01-10 05:19:05 +0100 |
---|---|---|
committer | Jason A. Donenfeld | 2014-01-10 17:45:43 +0100 |
commit | 3eae406934b98ce78eff3a92cb410475d71095a3 (patch) | |
tree | 8545d754ee0b4d970a3299479087847bc4c33b5e /cgit.mk | |
parent | b67ea0c0222d5b7eb4f65413047138e72055d8c5 (diff) | |
download | cgit-3eae406934b98ce78eff3a92cb410475d71095a3.tar cgit-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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ CGIT_OBJ_NAMES += cgit.o CGIT_OBJ_NAMES += cache.o CGIT_OBJ_NAMES += cmd.o CGIT_OBJ_NAMES += configfile.o +CGIT_OBJ_NAMES += filter.o CGIT_OBJ_NAMES += html.o CGIT_OBJ_NAMES += parsing.o CGIT_OBJ_NAMES += scan-tree.o |