Added SILC Thread Queue API
[runtime.git] / apps / irssi / src / perl / textui / Makefile.PL.in
1 use ExtUtils::MakeMaker;
2
3 WriteMakefile('NAME' => 'Irssi::TextUI',
4               'LIBS' => '',
5               'OBJECT' => '$(O_FILES)',
6               'TYPEMAPS' => ['../common/typemap', '../ui/typemap'],
7               '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@',
8               'VERSION_FROM' => '@srcdir@/TextUI.pm');