diff plugins/perl/common/Makefile.PL.in @ 6665:e5c7149bc9ed

[gaim-migrate @ 7190] Perl seems to pass make distcheck now. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 31 Aug 2003 22:43:50 +0000
parents d7dd3f4a7b21
children eb95f31fa4eb
line wrap: on
line diff
--- a/plugins/perl/common/Makefile.PL.in	Sun Aug 31 21:41:37 2003 +0000
+++ b/plugins/perl/common/Makefile.PL.in	Sun Aug 31 22:43:50 2003 +0000
@@ -11,7 +11,7 @@
        AUTHOR     => 'Christian Hammond <chipx86@gnupdate.org>') : ()),
     'LIBS'		=> [''], # e.g., '-lm'
     'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
-    'INC'		=> '-I. -I@top_srcdir@ -I@top_srcdir@/src @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other'
+    'INC'		=> '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/src @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other'
     'OBJECT'		=> '$(O_FILES)', # link all the C files too
 );