diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-04 16:01:19 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-04 16:01:19 +0000 |
commit | 7755aae26b200859f42477c386462dfe06c10604 (patch) | |
tree | 0b0dda0a432f776ea88e4a163f36ddd9ea5f79f9 /src/irc/bot | |
parent | 29ac175069d44469ced6775e3095050437f984de (diff) | |
download | irssi-7755aae26b200859f42477c386462dfe06c10604.zip |
0.7.90 released.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@292 dbcabf3a-b0e7-0310-adc4-f8d773084564
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 \ |