diff options
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 |