summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-04 16:01:19 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-04 16:01:19 +0000
commit7755aae26b200859f42477c386462dfe06c10604 (patch)
tree0b0dda0a432f776ea88e4a163f36ddd9ea5f79f9 /src/irc
parent29ac175069d44469ced6775e3095050437f984de (diff)
downloadirssi-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')
-rw-r--r--src/irc/bot/Makefile.am3
-rw-r--r--src/irc/dcc/Makefile.am3
-rw-r--r--src/irc/flood/Makefile.am3
-rw-r--r--src/irc/notifylist/Makefile.am3
4 files changed, 8 insertions, 4 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 \
diff --git a/src/irc/dcc/Makefile.am b/src/irc/dcc/Makefile.am
index 4edc3c5d..10ca695a 100644
--- a/src/irc/dcc/Makefile.am
+++ b/src/irc/dcc/Makefile.am
@@ -10,4 +10,5 @@ libirc_dcc_la_SOURCES = \
dcc-files.c
noinst_HEADERS = \
- dcc.h
+ dcc.h \
+ module.h
diff --git a/src/irc/flood/Makefile.am b/src/irc/flood/Makefile.am
index bea84e52..abab9e2b 100644
--- a/src/irc/flood/Makefile.am
+++ b/src/irc/flood/Makefile.am
@@ -10,4 +10,5 @@ libirc_flood_la_SOURCES = \
noinst_HEADERS = \
autoignore.h \
- flood.h
+ flood.h \
+ module.h
diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am
index 169f7ce6..942314ec 100644
--- a/src/irc/notifylist/Makefile.am
+++ b/src/irc/notifylist/Makefile.am
@@ -13,4 +13,5 @@ libirc_notifylist_la_SOURCES = \
noinst_HEADERS = \
notifylist.h \
- notify-setup.h
+ notify-setup.h \
+ module.h