X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Firssi%2Fsrc%2Fperl%2Ftextui%2FMakefile.PL.in;fp=apps%2Firssi%2Fsrc%2Fperl%2Ftextui%2FMakefile.PL.in;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=9e80274b90b6a15e49558d453b5a585e57c85623;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/irssi/src/perl/textui/Makefile.PL.in b/apps/irssi/src/perl/textui/Makefile.PL.in deleted file mode 100644 index 9e80274b..00000000 --- a/apps/irssi/src/perl/textui/Makefile.PL.in +++ /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');