# HG changeset patch # User Stu Tomlinson # Date 1194119821 0 # Node ID 47f0b5c02ea7e61b555eee4439382997b32c051b # Parent 7df0b9734d1fca48ec9bb76900d8950f5627e98f 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 diff -r 7df0b9734d1f -r 47f0b5c02ea7 libpurple/protocols/bonjour/Makefile.mingw --- 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 \