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/notifylist/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/irc/notifylist') 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