changeset 21124:47f0b5c02ea7

The include dir in the Bonjour SDK has a capital I, so specify that in the makefile to make cross-compiling on case-sensitive filesystems work
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 03 Nov 2007 19:57:01 +0000
parents 7df0b9734d1f
children 23d046a20aa0
files libpurple/protocols/bonjour/Makefile.mingw
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/Makefile.mingw	Sat Nov 03 19:54:11 2007 +0000
+++ b/libpurple/protocols/bonjour/Makefile.mingw	Sat Nov 03 19:57:01 2007 +0000
@@ -29,7 +29,7 @@
 			-I$(GTK_TOP)/include \
 			-I$(GTK_TOP)/include/glib-2.0 \
 			-I$(GTK_TOP)/lib/glib-2.0/include \
-			-I$(BONJOUR_TOP)/include \
+			-I$(BONJOUR_TOP)/Include \
 			-I$(LIBXML2_TOP)/include \
 			-I$(PURPLE_TOP) \
 			-I$(PURPLE_TOP)/win32 \