comparison libgaim/plugins/perl/common/Makefile.PL.in @ 14372:d5c22258df09

[gaim-migrate @ 17078] Reenable the perl build on non-Windows. I'm looking at making a gtk perl plugin to use the gtk stuff, we'll see if I succeed. I'm leaving the gtk stuff in here but ifdef:d out for now. I'll clean it up if I get the gtk perl plugin working. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 29 Aug 2006 04:15:29 +0000
parents 60b1bc8dbf37
children e506b821bc67
comparison
equal deleted inserted replaced
14371:f3137c1faebe 14372:d5c22258df09
9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 9 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
10 (ABSTRACT_FROM => '@srcdir@/Gaim.pm', # retrieve abstract from module 10 (ABSTRACT_FROM => '@srcdir@/Gaim.pm', # retrieve abstract from module
11 AUTHOR => 'Christian Hammond <chipx86@gnupdate.org>') : ()), 11 AUTHOR => 'Christian Hammond <chipx86@gnupdate.org>') : ()),
12 'LIBS' => [''], # e.g., '-lm' 12 'LIBS' => [''], # e.g., '-lm'
13 'DEFINE' => '@DEBUG_CFLAGS@', # e.g., '-DHAVE_SOMETHING' 13 'DEFINE' => '@DEBUG_CFLAGS@', # e.g., '-DHAVE_SOMETHING'
14 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/src @GLIB_CFLAGS@ @GTK_CFLAGS@', # e.g., '-I. -I/usr/include/other' 14 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libgaim @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other'
15 'OBJECT' => '$(O_FILES)', # link all the C files too 15 'OBJECT' => '$(O_FILES)', # link all the C files too
16 ); 16 );
17 17
18 if (eval {require ExtUtils::Constant; 1}) { 18 if (eval {require ExtUtils::Constant; 1}) {
19 foreach (qw(GAIM_DEBUG_ALL GAIM_DEBUG_MISC GAIM_DEBUG_INFO 19 foreach (qw(GAIM_DEBUG_ALL GAIM_DEBUG_MISC GAIM_DEBUG_INFO