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

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