mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
plugin -> module
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@614 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8dab451d18
commit
4476029fdd
@ -1,5 +1,5 @@
|
||||
plugindir = $(libdir)/irssi/plugins
|
||||
plugin_LTLIBRARIES = libfe_common_irc_dcc.la
|
||||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libfe_common_irc_dcc.la
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
@ -1,5 +1,5 @@
|
||||
plugindir = $(libdir)/irssi/plugins
|
||||
plugin_LTLIBRARIES = libfe_common_irc_flood.la
|
||||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libfe_common_irc_flood.la
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
@ -1,5 +1,5 @@
|
||||
plugindir = $(libdir)/irssi/plugins
|
||||
plugin_LTLIBRARIES = libfe_common_irc_notifylist.la
|
||||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libfe_common_irc_notifylist.la
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -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/
|
||||
|
@ -3,7 +3,6 @@ noinst_LTLIBRARIES = libperl.la
|
||||
irssi-perl.c: perl-signals.h
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS) \
|
||||
-DPLUGINSDIR=\""$(libdir)/irssi/plugins"\" \
|
||||
-DSCRIPTDIR=\""$(libdir)/irssi/scripts"\" \
|
||||
$(PERL_CFLAGS) \
|
||||
-I$(top_srcdir)/src \
|
||||
|
Loading…
Reference in New Issue
Block a user