0.7.90 released.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@292 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-06-04 16:01:19 +00:00 committed by cras
commit 7755aae26b
21 changed files with 120 additions and 109 deletions

View file

@ -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 \

View file

@ -10,4 +10,5 @@ libirc_dcc_la_SOURCES = \
dcc-files.c
noinst_HEADERS = \
dcc.h
dcc.h \
module.h

View file

@ -10,4 +10,5 @@ libirc_flood_la_SOURCES = \
noinst_HEADERS = \
autoignore.h \
flood.h
flood.h \
module.h

View file

@ -13,4 +13,5 @@ libirc_notifylist_la_SOURCES = \
noinst_HEADERS = \
notifylist.h \
notify-setup.h
notify-setup.h \
module.h