diff options
Diffstat (limited to 'src/irc')
-rw-r--r-- | src/irc/bot/Makefile.am | 4 | ||||
-rw-r--r-- | src/irc/dcc/Makefile.am | 4 | ||||
-rw-r--r-- | src/irc/flood/Makefile.am | 4 | ||||
-rw-r--r-- | src/irc/notifylist/Makefile.am | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/src/irc/bot/Makefile.am b/src/irc/bot/Makefile.am index e5daefc3..f2e83d1e 100644 --- a/src/irc/bot/Makefile.am +++ b/src/irc/bot/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/irssi/plugins -plugin_LTLIBRARIES = libirc_bot.la +moduledir = $(libdir)/irssi/modules +module_LTLIBRARIES = libirc_bot.la INCLUDES = $(GLIB_CFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/ diff --git a/src/irc/dcc/Makefile.am b/src/irc/dcc/Makefile.am index 10ca695a..f810ba2c 100644 --- a/src/irc/dcc/Makefile.am +++ b/src/irc/dcc/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/irssi/plugins -plugin_LTLIBRARIES = libirc_dcc.la +moduledir = $(libdir)/irssi/modules +module_LTLIBRARIES = libirc_dcc.la INCLUDES = $(GLIB_CFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/ diff --git a/src/irc/flood/Makefile.am b/src/irc/flood/Makefile.am index abab9e2b..aa686bdb 100644 --- a/src/irc/flood/Makefile.am +++ b/src/irc/flood/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/irssi/plugins -plugin_LTLIBRARIES = libirc_flood.la +moduledir = $(libdir)/irssi/modules +module_LTLIBRARIES = libirc_flood.la INCLUDES = $(GLIB_CFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/ diff --git a/src/irc/notifylist/Makefile.am b/src/irc/notifylist/Makefile.am index 942314ec..7c6c19eb 100644 --- a/src/irc/notifylist/Makefile.am +++ b/src/irc/notifylist/Makefile.am @@ -1,5 +1,5 @@ -plugindir = $(libdir)/irssi/plugins -plugin_LTLIBRARIES = libirc_notifylist.la +moduledir = $(libdir)/irssi/modules +module_LTLIBRARIES = libirc_notifylist.la INCLUDES = $(GLIB_CFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/src/core/ -I$(top_srcdir)/src/irc/core/ |