mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
dcc, flood and notifylist aren't compiled as loadable modules anymore,
no-one wants that and irssi crashes in AIX because of it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1530 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
99e9ab582f
commit
fc3918b0f0
7 changed files with 13 additions and 31 deletions
|
|
@ -1,7 +1,4 @@
|
|||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libfe_irc_dcc.la
|
||||
|
||||
libfe_irc_dcc_la_LDFLAGS = -avoid-version
|
||||
noinst_LIBRARIES = libfe_irc_dcc.a
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
|
@ -13,7 +10,7 @@ INCLUDES = \
|
|||
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
||||
|
||||
libfe_irc_dcc_la_SOURCES = \
|
||||
libfe_irc_dcc_a_SOURCES = \
|
||||
fe-dcc.c \
|
||||
fe-dcc-chat.c \
|
||||
fe-dcc-get.c \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
moduledir = $(libdir)/irssi/modules
|
||||
module_LTLIBRARIES = libfe_irc_notifylist.la
|
||||
|
||||
libfe_irc_notifylist_la_LDFLAGS = -avoid-version
|
||||
noinst_LIBRARIES = libfe_irc_notifylist.a
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
|
|
@ -12,7 +9,7 @@ INCLUDES = \
|
|||
-DHELPDIR=\""$(datadir)/irssi/help"\" \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\"
|
||||
|
||||
libfe_irc_notifylist_la_SOURCES = \
|
||||
libfe_irc_notifylist_a_SOURCES = \
|
||||
fe-notifylist.c \
|
||||
module-formats.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue