comparison libpurple/plugins/perl/common/Makefile.PL.in @ 15406:439a013d91bb

Fix up perl to build against libpurple/pidgin instead of libgaim/gtk.
author Ethan Blanton <elb@pidgin.im>
date Wed, 24 Jan 2007 22:10:58 +0000
parents 5fe8042783c1
children 2f8274ce570a
comparison
equal deleted inserted replaced
15405:15b00aff6631 15406:439a013d91bb
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 => 'Gaim <http://gaim.sourceforge.net/>') : ()), 11 AUTHOR => 'Gaim <http://gaim.sourceforge.net/>') : ()),
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@/libgaim @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
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