comparison plugins/perl/common/Makefile.PL.in @ 6665:e5c7149bc9ed

[gaim-migrate @ 7190] Perl seems to pass make distcheck now. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 31 Aug 2003 22:43:50 +0000
parents d7dd3f4a7b21
children eb95f31fa4eb
comparison
equal deleted inserted replaced
6664:f82e2adda036 6665:e5c7149bc9ed
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' => '', # e.g., '-DHAVE_SOMETHING' 13 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
14 'INC' => '-I. -I@top_srcdir@ -I@top_srcdir@/src @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other' 14 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/src @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