diff options
Diffstat (limited to 'src/irc/bot')
-rw-r--r-- | src/irc/bot/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/irc/bot/Makefile.am b/src/irc/bot/Makefile.am index b7210f23..e5daefc3 100644 --- a/src/irc/bot/Makefile.am +++ b/src/irc/bot/Makefile.am @@ -19,7 +19,8 @@ noinst_HEADERS = \ bot.h \ bot-users.h \ botnet.h \ - botnet-users.h + botnet-users.h \ + module.h EXTRA_DIST = \ users.sample \ |