adium-1.4 3677:5ee83097378e: Fix for a typo that prevented compi...

commits at adium.im commits at adium.im
Sat Apr 7 20:19:29 UTC 2012


details:	http://hg.adium.im/adium-1.4/rev/5ee83097378e
revision:	3677:5ee83097378e
branch:		(none)
author:		James De Ricco <jcdericco at optonline.net>
date:		Fri Apr 06 21:24:07 2012 -0400

Fix for a typo that prevented compilation on case-sensitive volumes.

Fixes the capitalization of the path to a library header so that the preprocessor can find the library on case-sensitive volumes.
(transplanted from 15b9e88f3fbc15c462944582f21104b1f696f207)

diffs (23 lines):

diff -r 5963578fd09e -r 5ee83097378e Copyright.txt
--- a/Copyright.txt	Tue Mar 20 19:45:56 2012 -0400
+++ b/Copyright.txt	Fri Apr 06 21:24:07 2012 -0400
@@ -18,6 +18,7 @@
 David Clark
 Felipe Contreras
 Jacobo Tarragón Cros
+James De Ricco
 Brian Dickman
 Michael Dippery
 Frank Dowsett
diff -r 5963578fd09e -r 5ee83097378e Plugins/Purple Service/AIFacebookXMPPAccount.m
--- a/Plugins/Purple Service/AIFacebookXMPPAccount.m	Tue Mar 20 19:45:56 2012 -0400
+++ b/Plugins/Purple Service/AIFacebookXMPPAccount.m	Fri Apr 06 21:24:07 2012 -0400
@@ -26,7 +26,7 @@
 #import <Adium/AIPasswordPromptController.h>
 #import <Adium/AIService.h>
 
-#import <Libpurple/auth.h>
+#import <libpurple/auth.h>
 #import "auth_fb.h"
 
 enum {




More information about the commits mailing list