More build fixes

Thu, 25 Jan 2007 01:41:33 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 25 Jan 2007 01:41:33 +0000
changeset 15472
f9fbebc103ff
parent 15470
d2ccd98e5c77
child 15473
9768d20d4221

More build fixes

libpurple/protocols/silc/Makefile.am file | annotate | diff | comparison | revisions
pidgin/plugins/perl/common/Makefile.PL.in file | annotate | diff | comparison | revisions
--- a/libpurple/protocols/silc/Makefile.am	Wed Jan 24 22:12:17 2007 +0000
+++ b/libpurple/protocols/silc/Makefile.am	Thu Jan 25 01:41:33 2007 +0000
@@ -30,6 +30,6 @@
 endif
 
 AM_CPPFLAGS = \
-	-I$(top_srcdir)/libgaim \
+	-I$(top_srcdir)/libpurple \
 	$(GLIB_CFLAGS) \
 	$(DEBUG_CFLAGS)
--- a/pidgin/plugins/perl/common/Makefile.PL.in	Wed Jan 24 22:12:17 2007 +0000
+++ b/pidgin/plugins/perl/common/Makefile.PL.in	Thu Jan 25 01:41:33 2007 +0000
@@ -15,6 +15,6 @@
     # but this breaks running make clean more than once in a row.
     'MAKEFILE_OLD'  => "Makefile",
     'OBJECT'        => '$(O_FILES)',
-    'TYPEMAPS'      => ["@top_srcdir@/libgaim/plugins/perl/common/typemap"],
+    'TYPEMAPS'      => ["@top_srcdir@/libpurple/plugins/perl/common/typemap"],
 #    'OPTIMIZE'      => '-g', # For debugging.
 );

mercurial