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

changeset 31315
a0836250f3b8
parent 27584
134e07aa6f64
child 33955
55aa58076485
--- a/libpurple/plugins/perl/common/Makefile.PL.in	Sat Jan 08 02:16:41 2011 +0000
+++ b/libpurple/plugins/perl/common/Makefile.PL.in	Sat Jan 08 02:34:47 2011 +0000
@@ -10,6 +10,7 @@
       (ABSTRACT_FROM    => '@srcdir@/Purple.pm', # finds $ABSTRACT
        AUTHOR           => 'Purple <http://pidgin.im/>') : ()),
     'DEFINE'            => '@DEBUG_CFLAGS@',
+    'dynamic_lib'       => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
     'INC'               => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@',
     'OBJECT'            => '$(O_FILES)', # link all the C files too
 #    'OPTIMIZE'          => '-g', # For debugging

mercurial