mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 15:12:11 +02:00
with scripts git-svn-id: http://svn.irssi.org/repos/irssi/trunk@884 dbcabf3a-b0e7-0310-adc4-f8d773084564
6 lines
232 B
Perl
6 lines
232 B
Perl
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile('NAME' => 'Irssi',
|
|
'LIBS' => '',
|
|
'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/src/core @GLIB_CFLAGS@',
|
|
'VERSION_FROM' => '@srcdir@/Irssi.pm');
|