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

changeset 34310
a2bc71cb4712
parent 33955
55aa58076485
child 35336
1db9ef49bc22
equal deleted inserted replaced
34309:555e2bd38fb6 34310:a2bc71cb4712
6 'NAME' => 'Pidgin', 6 'NAME' => 'Pidgin',
7 'VERSION_FROM' => '@srcdir@/Pidgin.pm', # finds $VERSION 7 'VERSION_FROM' => '@srcdir@/Pidgin.pm', # finds $VERSION
8 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 8 ($] >= 5.005 ? ## Add these new keywords supported since 5.005
9 ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT 9 ('ABSTRACT_FROM' => '@srcdir@/Pidgin.pm', # finds $ABSTRACT
10 'AUTHOR' => 'Pidgin <https://pidgin.im/>') : ()), 10 'AUTHOR' => 'Pidgin <https://pidgin.im/>') : ()),
11 'DEFINE' => '@DEBUG_CFLAGS@', 11 'DEFINE' => '@DEBUG_CFLAGS@ -Wno-float-equal',
12 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' }, 12 'dynamic_lib' => { 'OTHERLDFLAGS' => '@LDFLAGS@' },
13 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@ @WEBKIT_CFLAGS@', 13 'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple -I@top_srcdir@/pidgin @GTK_CFLAGS@ @WEBKIT_CFLAGS@',
14 'OBJECT' => '$(O_FILES)', # link all the C files too 14 'OBJECT' => '$(O_FILES)', # link all the C files too
15 'TYPEMAPS' => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"], 15 'TYPEMAPS' => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
16 # 'OPTIMIZE' => '-g', # For debugging. 16 # 'OPTIMIZE' => '-g', # For debugging.

mercurial