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

WriteMakefile('NAME' => 'Irssi::TextUI',
              'LIBS' => '',
	      'OBJECT' => '$(O_FILES)',
              'TYPEMAPS' => ['../common/typemap', '../ui/typemap'],
              'INC' => '-I../../.. -I@top_srcdir@/src -I@top_srcdir@/src/core -I@top_srcdir@/src/fe-common/core -I@top_srcdir@/src/fe-text @GLIB_CFLAGS@',
	      'VERSION_FROM' => '@srcdir@/TextUI.pm');