From e9dd40d136506a3c5a99f124b1b463c7ed818730 Mon Sep 17 00:00:00 2001 Message-Id: In-Reply-To: References: <20090510233013.GU4433@inocybe.localdomain> From: Todd Zullinger Date: Sun, 10 May 2009 21:07:54 -0400 Subject: [PATCH 8/9] Drop plist/ prefix from libplist includes If this works, the libplist.pc file would need reworking. The problem seems to be that pkg-config excludes /usr/include from libgpod_CFLAGS. --- swig/iphone.i | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/swig/iphone.i b/swig/iphone.i index ae2e97f..bf66352 100644 --- a/swig/iphone.i +++ b/swig/iphone.i @@ -4,7 +4,7 @@ %{ /* Includes the header in the wrapper code */ #include - #include + #include #include "../src/utils.h" typedef struct { iphone_device_t dev; @@ -29,7 +29,7 @@ MobileSync* my_new_MobileSync(Lockdownd* lckd); %} /* Parse the header file to generate wrappers */ %include "stdint.i" -%include "plist/swig/plist.i" +%include "swig/plist.i" #define DBGMASK_ALL 0xFFFF #define DBGMASK_NONE 0x0000 -- 1.6.3