summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-04-13 21:11:11 +0200
committerGravatar Matt Colyer2009-05-09 08:58:54 -0700
commit070b57ff62be2ec9e47a46cd5c1dae3404ec23be (patch)
treeb82b2f870836c09be04a96f25890db52a3c645b5
parenta00db256b55698eea91efab16b6be883246249ca (diff)
downloadlibimobiledevice-070b57ff62be2ec9e47a46cd5c1dae3404ec23be.tar.gz
libimobiledevice-070b57ff62be2ec9e47a46cd5c1dae3404ec23be.tar.bz2
Add includedir to make swig locate plist.i correctly
-rw-r--r--swig/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am
index e47356b..7f88b40 100644
--- a/swig/Makefile.am
+++ b/swig/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS)
+INCLUDES = -I$(top_srcdir)/include $(libplist_CFLAGS) -I$(includedir)
BUILT_SOURCES = $(srcdir)/iphone_wrap.c
SWIG_SOURCES = iphone.i