summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
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