summaryrefslogtreecommitdiff
path: root/src/perl/irc/Makefile.PL.in
blob: a3071c04dcc4aa7d789512e9d15afda64911a083 (plain)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile('NAME' => 'Irssi::Irc',
              'LIBS' => '',
              'INC' => '-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');