Created SILC Runtime Toolkit git repository Part I.
[runtime.git] / apps / irssi / src / perl / textui / Makefile.PL.in
diff --git a/apps/irssi/src/perl/textui/Makefile.PL.in b/apps/irssi/src/perl/textui/Makefile.PL.in
deleted file mode 100644 (file)
index 9e80274..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-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');