diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-09-11 22:15:38 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-09-11 22:15:38 +0200 |
commit | fcad165607ac7343ea86b5aae521b98de898760c (patch) | |
tree | d0e1777abbf851712d4fd1823330326ca72feed9 /SConstruct | |
parent | 41def8b92ca132560133149e4acbd9544b362be1 (diff) |
Generate activity graphs for users.user_times
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |