mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
76c6e9ab83
separately now). Added statusbar code to available to perl, it's now possible to create new statusbar items with perl scripts. statusbar_items_redraw(char *name) can now be used to easily redraw all named statusbar items in screen. Probably several other changes I've already forgotten :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1861 dbcabf3a-b0e7-0310-adc4-f8d773084564
9 lines
366 B
Makefile
9 lines
366 B
Makefile
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile('NAME' => 'Irssi::Irc',
|
|
'LIBS' => '',
|
|
'OBJECT' => '$(O_FILES)',
|
|
'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');
|