diff options
| author | 2009-10-19 20:29:39 +0200 | |
|---|---|---|
| committer | 2009-10-22 07:52:53 -0700 | |
| commit | 544215cd776c1db58ce8e8a3db6457b5d977e421 (patch) | |
| tree | 806a0dd662396f717eb428b349e4aa6e59cde47a /swig/Makefile.am | |
| parent | 4740e30d178c8a588f522586a817039d6be8da3b (diff) | |
| download | libimobiledevice-544215cd776c1db58ce8e8a3db6457b5d977e421.tar.gz libimobiledevice-544215cd776c1db58ce8e8a3db6457b5d977e421.tar.bz2  | |
Update swig header and autotools to compile with latest libplist API.
[#77 state:resolved]
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'swig/Makefile.am')
| -rw-r--r-- | swig/Makefile.am | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am index d65b984..f3f9714 100644 --- a/swig/Makefile.am +++ b/swig/Makefile.am @@ -1,6 +1,6 @@ -INCLUDES = -I$(top_srcdir)/include  $(libplist_CFLAGS) -I$(oldincludedir) +INCLUDES = -I$(top_srcdir)/include  $(libplist_CFLAGS) $(SWIG_PYTHON_CPPFLAGS) -I$(oldincludedir) -BUILT_SOURCES = iphone_wrap.c +BUILT_SOURCES = iphone_wrap.cxx  SWIG_SOURCES = iphone.i  CLEANFILES =                \ @@ -8,7 +8,7 @@ CLEANFILES =                \          *.pyo               \          _iPhone.so          \          iPhone.py           \ -        iphone_wrap.c +        iphone_wrap.cxx  EXTRA_DIST =                \          __init__.py         \ @@ -21,11 +21,11 @@ iPhonedir = $(pyexecdir)/libiphone  iPhone_PYTHON = __init__.py  nodist_iPhone_PYTHON = iPhone.py  iPhone_LTLIBRARIES = _iPhone.la -nodist__iPhone_la_SOURCES = iphone_wrap.c $(SWIG_SOURCES) +nodist__iPhone_la_SOURCES = iphone_wrap.cxx $(SWIG_SOURCES)  _iPhone_la_CFLAGS = $(PYTHON_CPPFLAGS) -I$(top_srcdir)/src  _iPhone_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)  _iPhone_la_LIBADD = $(top_builddir)/src/libiphone.la -iphone_wrap.c : $(SWIG_SOURCES) +iphone_wrap.cxx : $(SWIG_SOURCES)  	$(SWIG) $(SWIG_PYTHON_OPT) $(INCLUDES) -I$(top_srcdir)/src -o $@ $<  | 
