diff options
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/bot/Makefile.am | 3 | ||||
-rw-r--r-- | src/irc/dcc/Makefile.am | 3 | ||||
-rw-r--r-- | src/irc/flood/Makefile.am | 3 | ||||
-rw-r--r-- | src/irc/notifylist/Makefile.am | 3 |
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 |