From 4476029fddc0672fe3704188116f5134b8a38101 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 16 Aug 2000 00:49:02 +0000 Subject: plugin -> module git-svn-id: http://svn.irssi.org/repos/irssi/trunk@614 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/bot/Makefile.am | 4 ++-- src/irc/dcc/Makefile.am | 4 ++-- src/irc/flood/Makefile.am | 4 ++-- src/irc/notifylist/Makefile.am | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/irc') 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/ -- cgit v1.2.3