forked from pool/libimobiledevice
19 lines
639 B
Diff
19 lines
639 B
Diff
|
From 0b40ddb1f41c94a3ee58abc6326e59d65662e5c7 Mon Sep 17 00:00:00 2001
|
||
|
From: Martin Szulecki
|
||
|
Date: Thu, 16 Dec 2010 22:01:15 +0000
|
||
|
Subject: Python: Fix SWIG includes to pass make distcheck
|
||
|
|
||
|
---
|
||
|
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
|
||
|
--
|
||
|
cgit v0.8.3.1-34-gbf3d
|