1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00
irssi/src/perl/irc
Martijn Dekker c9c45e4f89 make irssi --with-perl build with separate object directory
irssi 1.0.0 will not build if Perl is enabled and a separate
object code directory is used. The problem was a relative path
to an internal Perl dependency in four Makefile.PL.in files.
2017-01-06 12:24:36 +01:00
..
Channel.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Client.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Ctcp.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Dcc.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Irc.pm Allow exporting symbols, patch by juerd@juerd.nl 2001-12-10 20:23:50 +00:00
Irc.xs Expose 'sasl_success' to the perl side. 2016-12-12 21:41:07 +01:00
Makefile.PL.in make irssi --with-perl build with separate object directory 2017-01-06 12:24:36 +01:00
Modes.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
module.h Expose 'cap_toggle' to the perl scripts. 2016-09-15 20:38:04 +02:00
Netsplit.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Notifylist.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Query.xs Define PERL_NO_GET_CONTEXT in all perl source files 2014-06-24 20:20:27 +01:00
Server.xs Expose 'cap_toggle' to the perl scripts. 2016-09-15 20:38:04 +02:00
typemap introduce the type Irssi::Irc::Client and signals to communicate with proxy 2008-11-02 12:13:36 +00:00