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