summaryrefslogtreecommitdiff
path: root/src/irc/bot/Makefile.am
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-08-16 00:49:02 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-08-16 00:49:02 +0000
commit4476029fddc0672fe3704188116f5134b8a38101 (patch)
tree79d889edb0582990feaaf754dba0167269dea30e /src/irc/bot/Makefile.am
parent8dab451d18a7b866a927eec880bdc0f92af3deaf (diff)
downloadirssi-4476029fddc0672fe3704188116f5134b8a38101.zip
plugin -> module
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@614 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/bot/Makefile.am')
-rw-r--r--src/irc/bot/Makefile.am4
1 files changed, 2 insertions, 2 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/