changeset 12386:4fa5795ac49c

[gaim-migrate @ 14692] A slightly hacky way of getting DEBUG_CFLAGS to Perl. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 07 Dec 2005 07:51:30 +0000
parents 515a4630d960
children 1112a9ef2cc6
files plugins/perl/common/Makefile.PL.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/common/Makefile.PL.in	Wed Dec 07 07:32:21 2005 +0000
+++ b/plugins/perl/common/Makefile.PL.in	Wed Dec 07 07:51:30 2005 +0000
@@ -10,7 +10,7 @@
       (ABSTRACT_FROM => '@srcdir@/Gaim.pm', # retrieve abstract from module
        AUTHOR     => 'Christian Hammond <chipx86@gnupdate.org>') : ()),
     'LIBS'		=> [''], # e.g., '-lm'
-    'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
+    'DEFINE'		=> '@DEBUG_CFLAGS@', # e.g., '-DHAVE_SOMETHING'
     'INC'		=> '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/src @GLIB_CFLAGS@ @GTK_CFLAGS@', # e.g., '-I. -I/usr/include/other'
     'OBJECT'		=> '$(O_FILES)', # link all the C files too
 );