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

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