summaryrefslogtreecommitdiff
path: root/src/perl/ui/Makefile.PL.in
blob: ceed51c34b70713f6b95fa3267f642922d0ee96c (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::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');