mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
Moved fe_perl module to use Irssi::UI .. this breaks several scripts that
use UI-specific code, but simply adding the "use Irssi::UI;" after use Irssi; should work. make install now removes libfe_perl.* files from global module directory, but if you have it somewhere else you should manually remove it. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1582 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d7342a6c4f
commit
89d7498019
15 changed files with 157 additions and 124 deletions
|
|
@ -2,5 +2,6 @@ use ExtUtils::MakeMaker;
|
|||
|
||||
WriteMakefile('NAME' => 'Irssi::Irc',
|
||||
'LIBS' => '',
|
||||
'TYPEMAPS' => ['../common/typemap'],
|
||||
'INC' => '-I../../.. -I@top_srcdir@/src -I@top_srcdir@/src/core -I@top_srcdir@/src/irc/core -I@top_srcdir@/src/irc @GLIB_CFLAGS@',
|
||||
'VERSION_FROM' => '@srcdir@/Irc.pm');
|
||||
|
|
|
|||
|
|
@ -15,8 +15,6 @@ Irssi::Irc::Netsplitserver T_PlainObj
|
|||
Irssi::Irc::Netsplitchannel T_PlainObj
|
||||
Irssi::Irc::Notifylist T_PlainObj
|
||||
|
||||
Irssi::Windowitem T_IrssiObj
|
||||
|
||||
INPUT
|
||||
|
||||
T_IrssiObj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue