summaryrefslogtreecommitdiff
path: root/src/perl/irc/Makefile.PL.in
blob: 582160a0157b9276f4a34f7f1a4c7f1a21f70ecc (plain)
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;our $AM_DEFAULT_VERBOSITY='@AM_DEFAULT_VERBOSITY@';require "@top_srcdir@/src/perl/Makefile_silent.pm";

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');