diff libpurple/plugins/perl/common/Makefile.PL.in @ 15406:439a013d91bb

Fix up perl to build against libpurple/pidgin instead of libgaim/gtk.
author Ethan Blanton <elb@pidgin.im>
date Wed, 24 Jan 2007 22:10:58 +0000
parents 5fe8042783c1
children 2f8274ce570a
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Makefile.PL.in	Wed Jan 24 21:59:45 2007 +0000
+++ b/libpurple/plugins/perl/common/Makefile.PL.in	Wed Jan 24 22:10:58 2007 +0000
@@ -11,7 +11,7 @@
        AUTHOR     => 'Gaim <http://gaim.sourceforge.net/>') : ()),
     'LIBS'		=> [''], # e.g., '-lm'
     'DEFINE'		=> '@DEBUG_CFLAGS@', # e.g., '-DHAVE_SOMETHING'
-    'INC'		=> '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libgaim @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other'
+    'INC'		=> '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@', # e.g., '-I. -I/usr/include/other'
     'OBJECT'		=> '$(O_FILES)', # link all the C files too
 );