pidgin/plugins/perl/common/Makefile.PL.in

changeset 31315
a0836250f3b8
parent 27584
134e07aa6f64
child 33267
c3ee96290bfd
--- a/pidgin/plugins/perl/common/Makefile.PL.in	Sat Jan 08 02:16:41 2011 +0000
+++ b/pidgin/plugins/perl/common/Makefile.PL.in	Sat Jan 08 02:34:47 2011 +0000
@@ -9,6 +9,7 @@
       ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT
        'AUTHOR'        => 'Pidgin <http://pidgin.im/>') :  ()),
     'DEFINE'        => '@DEBUG_CFLAGS@',
+    'dynamic_lib'       => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
     'INC'           => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@',
     'OBJECT'        => '$(O_FILES)', # link all the C files too
     'TYPEMAPS'      => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],

mercurial