comparison libpurple/plugins/perl/common/Makefile.PL.in @ 15850:f771cdcc551a

disapproval of revision '88322be73f5336575c98479b2270ab9fcf2a8a75'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 26 Mar 2007 01:11:46 +0000
parents 65b45106bfbb
children ca09f5b57672
comparison
equal deleted inserted replaced
15849:65b45106bfbb 15850:f771cdcc551a
7 'VERSION_FROM' => '@srcdir@/Purple.pm', # finds $VERSION 7 'VERSION_FROM' => '@srcdir@/Purple.pm', # finds $VERSION
8 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1 8 'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
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@/Purple.pm', # retrieve abstract from module 10 (ABSTRACT_FROM => '@srcdir@/Purple.pm', # retrieve abstract from module
11 AUTHOR => 'Purple <http://pidgin.im/>') : ()), 11 AUTHOR => 'Purple <http://pidgin.im/>') : ()),
12 'LIBS' => ['@GLIB_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@/libpurple @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other' 14 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @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