mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
/LOAD module tries to load "module_core" instead. If it wasn't found,
it fallbacks to "module" again. If it is found, it tries to load several other modules too, like irc_module, fe_module and fe_irc_module. Split perl module to perl_core and fe_perl. Removed "_common" from some fe_common modules. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1228 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f1205c10e0
commit
abe4ddb52a
15 changed files with 250 additions and 104 deletions
|
|
@ -1,7 +1,7 @@
|
|||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libfe_common_irc_dcc.la
|
||||
module_LTLIBRARIES = libfe_irc_dcc.la
|
||||
|
||||
libfe_common_irc_dcc_la_LDFLAGS = -avoid-version
|
||||
libfe_irc_dcc_la_LDFLAGS = -avoid-version
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
|
@ -13,7 +13,7 @@ INCLUDES = \
|
|||
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
||||
|
||||
libfe_common_irc_dcc_la_SOURCES = \
|
||||
libfe_irc_dcc_la_SOURCES = \
|
||||
fe-dcc.c \
|
||||
fe-dcc-chat.c \
|
||||
fe-dcc-get.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue