From fcad165607ac7343ea86b5aae521b98de898760c Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 11 Sep 2011 22:15:38 +0200 Subject: Generate activity graphs for users. --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index cbc8521..13c4c2e 100644 --- a/SConstruct +++ b/SConstruct @@ -22,4 +22,6 @@ env.ParseConfig('xml2-config --cflags --libs') env.Program('ircstats', Glob('*.c')) +env.Program('usertimes', [x + '.c' for x in ('usertimes', 'nick', 'regexset', 'channel', 'config', 'word', 'sdbm')]) + # vim: syn=python -- cgit v1.2.3