summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-12-16 23:01:15 +0100
committerGravatar Martin Szulecki2011-03-26 11:52:58 +0100
commit7387212b9e95ca1a4603a5324987db2fb814f5fe (patch)
treec3a62991de0b28c79793d301043a0c86de8db27d
parentf55a7dd55b4ace31a21916ce1e76a7f5fd9c0cc3 (diff)
downloadlibimobiledevice-7387212b9e95ca1a4603a5324987db2fb814f5fe.tar.gz
libimobiledevice-7387212b9e95ca1a4603a5324987db2fb814f5fe.tar.bz2
Python: Fix SWIG includes to pass make distcheck
-rw-r--r--swig/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am
index 0953a56..8c1f2b9 100644
--- a/swig/Makefile.am
+++ b/swig/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir)
+AM_CPPFLAGS = -I$(top_srcdir)/include $(libglib2_CFLAGS) $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir)
if HAVE_SWIG
BUILT_SOURCES = imobiledevice_wrap.cxx