summaryrefslogtreecommitdiffstats
path: root/src/perl/textui/Makefile.PL.in
blob: 2b0a148aec436da9959d98a9e868a4a170d7b246 (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::TextUI',
              'LIBS' => '',
	      'OBJECT' => '$(O_FILES)',
              'TYPEMAPS' => ['../common/typemap', '../ui/typemap'],
              'INC' => '-I../../.. @GLIB_CFLAGS@',
	      'VERSION_FROM' => '@srcdir@/TextUI.pm');