diff options
author | Martin Szulecki | 2010-12-16 23:01:15 +0100 |
---|---|---|
committer | Martin Szulecki | 2011-03-26 11:52:58 +0100 |
commit | 7387212b9e95ca1a4603a5324987db2fb814f5fe (patch) | |
tree | c3a62991de0b28c79793d301043a0c86de8db27d | |
parent | f55a7dd55b4ace31a21916ce1e76a7f5fd9c0cc3 (diff) | |
download | libimobiledevice-7387212b9e95ca1a4603a5324987db2fb814f5fe.tar.gz libimobiledevice-7387212b9e95ca1a4603a5324987db2fb814f5fe.tar.bz2 |
Python: Fix SWIG includes to pass make distcheck
-rw-r--r-- | swig/Makefile.am | 2 |
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 |